Type Alias Iter

Source
pub type Iter<'a, T> = Map<Enumerate<Iter<'a, T>>, fn((usize, &T)) -> (Idx<T>, &T)>;
Expand description

The type returned by transit_model_collection::iter.

Aliased Typeยง

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