Type Definition MapIntoIter
serde_hjson::value
type MapIntoIter<K, V> = IntoIter<K, V>;
Represents the IntoIter type.