Type Alias Attributes

Source
pub type Attributes = HashMap<QualName, StrTendril>;
Expand description

A Map of attributes that doesn’t preserve the order of the attributes.

Aliased Type§

pub struct Attributes { /* private fields */ }