NonEmptyIterMut

Type Alias NonEmptyIterMut 

Source
pub type NonEmptyIterMut<'a, T> = NonEmptyAdapter<IterMut<'a, T>>;
Expand description

Represents non-empty by-mutable-reference iterators.

Aliased Typeยง

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