Skip to main content

Module prelude

Module prelude 

Source
Expand description

The recommended types and values from this library to bring into scope.

use either_both::prelude::*;

Re-exportsยง

pub use super::Both;
pub use super::Either;
pub use super::Left;
pub use super::MaybeEither;
pub use super::Right;
pub use super::neither;