Type Alias MapInner

Source
type MapInner = BTreeMap<Value, Value>;

Aliased Typeยง

struct MapInner { /* private fields */ }