macro_rules! state_stack_unpack_struct {
    ($e: expr) => { ... };
}
Expand description

Wrapper for enclosing the arguments of stack_unpack_struct so that only the state needs to be given.