Type Alias nu_json::value::MapIntoIter

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

Represents the IntoIter type.

Aliased Type§

struct MapIntoIter<K, V> { /* private fields */ }