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

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

An iterator over the entries of an DirectIdMap