[][src]Type Definition serde_hjson::value::MapIntoIter

type MapIntoIter<K, V> = IntoIter<K, V>;

Represents the IntoIter type.