Type Definition idmap::ordered::Iter[][src]

pub type Iter<'a, K, V> = Iter<'a, K, V, DenseEntryTable<K, V>>;
Expand description

An iterator over the entries of an OrderedIdMap