macro_rules! process {
    ($self:ident, $logic:ident) => { ... };
}
Expand description

A helper macro to dedup the Network trait and Aleo trait and process its given logic.