IntoNonEmptyIter

Type Alias IntoNonEmptyIter 

Source
pub type IntoNonEmptyIter<T> = NonEmptyAdapter<IntoIter<T>>;
Available on crate features std or alloc only.
Expand description

Represents non-empty by-value iterators.

Aliased Typeยง

pub struct IntoNonEmptyIter<T> { /* private fields */ }