Type Alias Properties

Source
pub type Properties = BTreeMap<String, NodeList>;
Expand description

A helper type for representing a map of named property values.

Aliased Typeยง

pub struct Properties { /* private fields */ }