nu_json::value

Type Alias MapIntoIter

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

Represents the IntoIter type.

Aliased Typeยง

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