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

type EntriesMut<'a> = IterMut<'a>;

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