IterFrom

Type Alias IterFrom 

Source
pub type IterFrom<'a, T> = <T as IterateByValueFromGat<'a>>::IterFrom;
Expand description

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