Macro test_generation::state_local_set
source · 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.
macro_rules! state_local_set { ($e: expr, $a: expr) => { ... }; }
Wrapper for enclosing the arguments of local_set
so that only the state
needs
to be given.