Crate either
The enum Either.
Crate features:
"use_std"Enabled by default. Disable to make the library#![no_std].
Enums
-
Either
Eitherrepresents an alternative holding one value out of either of the two possible values.