pub type OwnedAttribute = OwnedAttribute;
pub struct OwnedAttribute { pub name: OwnedName, pub value: String, }
name: OwnedName
Attribute name.
value: String
Attribute value.