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

pub type MapIntoIter<K, V> = IntoIter<K, V>;
Expand description

Represents the IntoIter type.