We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
either::Either
the either crate providers an enum Either<A,B> type that is useful when dealing with optional.
enum Either<A,B>
we should add native support for the traits that we provide to Either
Either
No response