pub type MapIntoIter<K, V> = IntoIter<K, V>;
Represents the IntoIter type.
struct MapIntoIter<K, V> { /* private fields */ }