Type Alias Object

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

Aliased Typeยง

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