Type Alias Entries

Source
pub type Entries<'a> = Iter<'a>;
Expand description

Iterator over key value pairs of JsonValue::Object.

Aliased Typeยง

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