Enums§
- Either
- The enum
Eitherwith variantsLeftandRightis a general purpose sum type with two cases.
Traits§
- Eitherable
- 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.