Type Definition MapIntoIter
Other items innu_json::value
pub type MapIntoIter<K, V> = IntoIter<K, V>;
Represents the IntoIter type.