Re-exports

pub use Either::Left;
pub use Either::Left as left;
pub use Either::Right;
pub use Either::Right as right;

Enums