pub type Attributes<'a> = HashMap<Attribute<'a>, Option<Value<'a>>>;
pub struct Attributes<'a> { /* private fields */ }