Skip to main content

EnumerationIdent

Type Alias EnumerationIdent 

Source
pub type EnumerationIdent = PropertyIdent;
Expand description

Identifier used to identify enumerations in the EnumerationMetaVariants structure.

Aliased Type§

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

Fields§

§ns: NamespaceId

Namespace the type is defined in

§name: Name

Name of the type.