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.
pub type Iter<'a, T> = <T as IterateByValueGat<'a>>::Iter;A convenience type representing the type of iterator returned by a type
implementing IterateByValueGat.