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: NamespaceIdNamespace the type is defined in
name: NameName of the type.