macro_rules! merkle_tree_apply_fn_mut { ($header:ident, $id:ident, $bytes:ident, $func:ident, $($arg:tt)*) => { ... }; }
Expand description
This applies a given function on a mutable ConcurrentMerkleTree
macro_rules! merkle_tree_apply_fn_mut { ($header:ident, $id:ident, $bytes:ident, $func:ident, $($arg:tt)*) => { ... }; }
This applies a given function on a mutable ConcurrentMerkleTree