Crate either [−] [src]
The enum Either.
Crate features:
"use_std"Enabled by default. Disable to make the library#![no_std].
Reexports
pub use Either::{Left, Right}; |
Macros
| try_left! |
Macro for unwrapping the left side of an |
| try_right! |
Dual to |
Enums
| Either |
|