Macro test_generation::state_stack_bin_op
source · [−]macro_rules! state_stack_bin_op {
(#left) => { ... };
(#right) => { ... };
() => { ... };
($e: expr) => { ... };
}macro_rules! state_stack_bin_op {
(#left) => { ... };
(#right) => { ... };
() => { ... };
($e: expr) => { ... };
}