Type Alias MapIter

Source
pub type MapIter<'a, K, V> = Iter<'a, K, V>;

Aliased Typeยง

struct MapIter<'a, K, V> { /* private fields */ }