Iter

Type Alias Iter 

Source
pub type Iter<'a, T> = <T as IterateByValueGat<'a>>::Iter;
Expand description

A convenience type representing the type of iterator returned by a type implementing IterateByValueGat.