MapIntoIter

Type Alias MapIntoIter 

Source
pub type MapIntoIter<K, V> = IntoIter<K, V>;
Expand description

Represents the IntoIter type.

Aliased Typeยง

pub struct MapIntoIter<K, V> { /* private fields */ }