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