Macro ord_choice_result

Source
macro_rules! ord_choice_result {
    ($c:ty $(,)?) => { ... };
    ($c:ty, $($rest:ty),* $(,)?) => { ... };
}
Expand description

Build a type for the result of ord_choice!