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