Type Alias Object

Source
pub type Object<'a> = IndexMap<Cow<'a, str>, Value<'a>>;
Expand description

A map of keys to their values.

Aliased Typeยง

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