Crate eitherable

Source

Enums§

Either
The enum Either with variants Left and Right is 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.