macro_rules! state_local_take_borrow {
    ($e: expr, $mutable: expr) => { ... };
}
Expand description

Wrapper for enclosing the arguments of local_take_borrow so that only the state needs to be given.