Type Definition typed_index_collection::Iter

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

The type returned by collection::iter.