OrNonEmpty

Type Alias OrNonEmpty 

Source
pub type OrNonEmpty<I, T> = Iterator1<Chain<Peekable<I>, EmptyOrInto<T>>>;

Aliased Typeยง

pub struct OrNonEmpty<I, T> { /* private fields */ }