Macro snarkvm_compiler::process_mut
source · [−]macro_rules! process_mut {
($self:ident, $logic:ident) => { ... };
}Expand description
A helper macro to dedup the Network trait and Aleo trait and process its given logic.
macro_rules! process_mut {
($self:ident, $logic:ident) => { ... };
}A helper macro to dedup the Network trait and Aleo trait and process its given logic.