LeftOrRight

Type Alias LeftOrRight 

Source
pub type LeftOrRight<L, R> = Iterator1<Chain<EmptyOrInto<L>, EmptyOrInto<R>>>;
Available on crate feature either only.

Aliased Typeยง

pub struct LeftOrRight<L, R> { /* private fields */ }