Macro ord_choice_type

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

Build a type for the ord_choice! macro