pub type AttrMap = BTreeMap<String, AttrValue>;Expand description
Attribute map carried on each node. Keys are interned strings in a
later iteration; for now plain String keys are fine for the stub.
Aliased Typeยง
pub struct AttrMap { /* private fields */ }