Type Definition json::iterators::EntriesMut[][src]

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

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