Type Definition sj::Object

source · []
pub type Object = HashMap<ObjectKey, Value>;
Expand description

Object

By default, this uses BTreeMap.

To use HashMap, you can enable 2 features std and hash-map.

Shortcuts

object(), insert()

Trait Implementations

The type returned in the event of a conversion error.

Performs the conversion.