Type Alias Iter

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

The iterator produced by Map::iter.