Type Alias EntriesMut

Source
pub type EntriesMut<'a> = IterMut<'a>;
Expand description

Mutable iterator over key value pairs of JsonValue::Object.

Aliased Typeยง

struct EntriesMut<'a> { /* private fields */ }