Expand description
Provide the Rust types that implement identifier-related components of the SDML Grammar.
Structs§
- Identifier
- Corresponds the grammar rule
identifier
. - Qualified
Identifier - Corresponds the grammar rule
qualified_identifier
.
Enums§
- Identifier
Reference - Corresponds the grammar rule
identifier_reference
.