Object

Type Alias Object 

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

A map of keys to their values.

Aliased Typeยง

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