macro_rules! state_stack_satisfies_struct_signature { ($e: expr) => { ... }; ($e: expr, $is_exact: expr) => { ... }; }
Expand description
Wrapper for enclosing the arguments of stack_satisfies_struct_signature
so that only the
state
needs to be given.