Type Definition sj::Object[][src]

type Object = BTreeMap<ObjectKey, Value>;

Trait Implementations

impl TryFrom<Value> for Object[src]

type Error = Error

The type returned in the event of a conversion error.