Skip to main content

AttributeIdent

Type Alias AttributeIdent 

Source
pub type AttributeIdent = PropertyIdent;
Expand description

Identifier used to identify attributes in the AttributesMeta structure.

Aliased Type§

pub struct AttributeIdent {
    pub ns: NamespaceId,
    pub name: Name,
}

Fields§

§ns: NamespaceId

Namespace the type is defined in

§name: Name

Name of the type.