Obj

Type Alias Obj 

Source
pub type Obj<'o> = Spanned<&'o Map<String, Value>>;
Expand description

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

Aliased Typeยง

pub struct Obj<'o> { /* private fields */ }