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