Macro __static_cond
macro_rules! __static_cond {
(behaviour_outcome behaviour_outcome) => { ... };
(behaviour_outcome outcome_type) => { ... };
}
macro_rules! __static_cond {
(behaviour_outcome behaviour_outcome) => { ... };
(behaviour_outcome outcome_type) => { ... };
}