Type Alias Object

Source
pub type Object = Spanned<Map<String, Value>>;
Expand description

Owned object like {"a":1, "b":2} + span information

Aliased Typeยง

pub struct Object { /* private fields */ }