Crate eitherable
source ·Enums
- The enum
Either
with variantsLeft
andRight
is a general purpose sum type with two cases.
Traits
- Extention trait to create the Either type from a boolean. Can be implemented on any type.
Either
with variants Left
and Right
is a general purpose
sum type with two cases.