Modulesยง
Macrosยง
- attribute_
parsers ๐
Structsยง
- Accept
Context - Context given to every attribute parser when accepting
- Attribute
Parser - Context created once, for example as part of the ast lowering context, through which all attributes can be lowered.
- Early
- used when parsing attributes for miscellaneous things before ast lowering
- Finalize
Context ๐ - Context given to every attribute parser during finalization.
- Group
Type ๐Inner - Group
Type ๐Inner Accept - Late
- used when parsing attributes during ast lowering
- Shared
Context - Context given to every attribute parser during finalization.
Enumsยง
Traitsยง
Functionsยง
- parse_
single_ ๐integer - Parse a single integer.
Type Aliasesยง
- Accept
Fn ๐ - Finalize
Fn ๐ - Group
Type ๐