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

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