NonEmptyIter

Type Alias NonEmptyIter 

Source
pub type NonEmptyIter<'a, T> = NonEmptyAdapter<Iter<'a, T>>;
Expand description

Represents non-empty by-reference iterators.

Aliased Typeยง

pub struct NonEmptyIter<'a, T> { /* private fields */ }