pub type Attrs = BTreeMap<String, AttrValue>;
Ordered map of attribute key-value pairs.
pub struct Attrs { /* private fields */ }