Macro test_generation::state_local_place
source · macro_rules! state_local_place { ($e: expr) => { ... }; }
Expand description
Wrapper for enclosing the arguments of local_palce
so that only the state
needs
to be given.
macro_rules! state_local_place { ($e: expr) => { ... }; }
Wrapper for enclosing the arguments of local_palce
so that only the state
needs
to be given.