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.
macro_rules! state_local_take_borrow {
($e: expr, $mutable: expr) => { ... };
}Wrapper for enclosing the arguments of local_take_borrow so that only the state needs
to be given.