macro_rules! ord_choice_result {
($c:ty $(,)?) => { ... };
($c:ty, $($rest:ty),* $(,)?) => { ... };
}
Expand description
Build a type for the result of ord_choice!
macro_rules! ord_choice_result {
($c:ty $(,)?) => { ... };
($c:ty, $($rest:ty),* $(,)?) => { ... };
}
Build a type for the result of ord_choice!