Module into_either

Source
Expand description

The trait IntoEither provides methods for converting a type Self, whose size is constant and known at compile-time, into an Either variant.

Traitsยง

IntoEither
Provides methods for converting a type Self into either a Left or Right variant of Either<Self, Self>.