Type Alias Attributes

Source
pub type Attributes<'a> = HashMap<Attribute<'a>, Option<Value<'a>>>;

Aliased Typeยง

pub struct Attributes<'a> { /* private fields */ }