Type Alias Object

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

Type representing a UniNode object, payload of the UniNode::Object variant.

Aliased Typeยง

struct Object { /* private fields */ }