Macro inj_ord_choice_result

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

Maps x:Ti to ord_choice_result!(T1, …, Tn)