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 */ }pub type LeftOrRight<L, R> = Iterator1<Chain<EmptyOrInto<L>, EmptyOrInto<R>>>;either only.pub struct LeftOrRight<L, R> { /* private fields */ }