Crate lr

Source

Re-exports§

pub use Either::Left;
pub use Either::Right;

Enums§

Either
Either<L, R> is either Left(L) or Right(R)