Type Alias Attribute

Source
pub type Attribute<'a> = (AttributeName<'a>, Option<AttributeValue<'a>>);
Expand description

Convenience type alias.