Expand description
All the important types given to attribute parsers when parsing
Modulesยง
Macrosยง
- attribute_
parsers ๐
Structsยง
- Accept
Context - Context given to every attribute parser when accepting
- 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ยง
Type Aliasesยง
- Accept
Fn ๐ - Finalize
Fn ๐ - Group
Type ๐