Enum vrp_core::utils::Either [−][src]
pub enum Either {
Left,
Right,
}Expand description
Represents a type with two values.
Variants
Left
Left value.
Right
Right type.
pub enum Either {
Left,
Right,
}Represents a type with two values.
LeftLeft value.
RightRight type.