Macro inj_ord_choice_pat

Source
macro_rules! inj_ord_choice_pat {
    (*, $($rest:tt),* $(,)?) => { ... };
    ($x:pat $(,)?) => { ... };
    ($x:pat, $(*),* $(,)?) => { ... };
}
Expand description

Same as above but for patterns