macro_rules! inj_ord_choice_result {
(*, $($rest:tt),* $(,)?) => { ... };
($x:expr $(,)?) => { ... };
($x:expr, $(*),* $(,)?) => { ... };
}
Expand description
Maps x:Ti to ord_choice_result!(T1, …, Tn)
macro_rules! inj_ord_choice_result {
(*, $($rest:tt),* $(,)?) => { ... };
($x:expr $(,)?) => { ... };
($x:expr, $(*),* $(,)?) => { ... };
}
Maps x:Ti to ord_choice_result!(T1, …, Tn)