Type Alias Object

Source
pub type Object<'a> = BTreeMap<String, Value<'a>>;
Expand description

Typedef for the inside of an object.

Aliased Typeยง

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