Expand description
Context given to attribute parsers when parsing.
Macrosยง
- attribute_
parsers ๐
Structsยง
- Accept
Context - Context given to every attribute parser when accepting
- Attribute
Diagnostic ๐Context - The interface for issuing argument parsing related diagnostics.
- Finalize
Check ๐Context - Context given to deferred cross-attribute checks (
finalize_check). - Finalize
Context ๐ - Context given to every attribute parser during finalization.
- Finalize
Output ๐ - The result of finalizing a single attribute parser.
- Group
Type ๐Inner - Group
Type ๐Inner Accept - Shared
Context - Context given to every attribute parser during finalization.
- Suggestion ๐
- Represents a custom suggestion that an attribute parser can emit.
Enumsยง
Staticsยง
- ATTRIBUTE_
PARSERS ๐
Traitsยง
- Expect
Name ๐Value - Expect
String ๐Literal
Type Aliasesยง
- Accept
Fn ๐ - Finalize
Check ๐Fn - A cross-attribute check that runs after all attributes on an item have been
finalized, so it can inspect the fully parsed attributes via
FinalizeCheckContext::parsed_attrs. TheSpanis the span of the attribute the check is associated with, used for diagnostics. - Finalize
Fn ๐ - Group
Type ๐