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

Represents the IntoIter type.