Type Alias IterMut

Source
pub type IterMut<'a, K, V> = <<K as Key>::MapStorage<V> as MapStorage<K, V>>::IterMut<'a>;
Expand description

The iterator produced by Map::iter.