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