either-both 1.0.0

An enum similar to the well-known `Either`, but with a `Both` variant
Documentation
1
2
3
4
5
6
//! The recommended types and values from this library to bring into scope.
//!
//! ```rust
//! use either_both::prelude::*;
//! ```
pub use super::{Both, Either, Left, MaybeEither, Right, neither};