Skip to main content

ElementIdent

Type Alias ElementIdent 

Source
pub type ElementIdent = PropertyIdent;
Expand description

Identifier used to identify elements in the ElementsMeta structure.

Aliased Type§

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

Fields§

§ns: NamespaceId

Namespace the type is defined in

§name: Name

Name of the type.