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

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

An mutable iterator over the entries of an DirectIdMap