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

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