Skip to main content

Attrs

Type Alias Attrs 

Source
pub type Attrs = BTreeMap<String, AttrValue>;
Expand description

Ordered map of attribute key-value pairs.

Aliased Type§

pub struct Attrs { /* private fields */ }