The recommended types and values from this library to bring into scope.
use either_both::prelude::*;
pub use super::Both;
pub use super::Either;
pub use super::Left;
pub use super::MaybeEither;
pub use super::Right;
pub use super::neither;