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

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

Represents the IntoIter type.