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