anchor_mut

Macro anchor_mut 

Source
macro_rules! anchor_mut {
    ($name:ident, $strategy:tt) => { ... };
    ($name:ident, $parent:tt, $strategy:tt) => { ... };
}
Expand description

Creates an AnchorMut using selected cleanup strategy.