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