Type Alias OwnedAttribute

Source
pub type OwnedAttribute = OwnedAttribute;

Aliased Type§

pub struct OwnedAttribute {
    pub name: OwnedName,
    pub value: String,
}

Fields§

§name: OwnedName

Attribute name.

§value: String

Attribute value.