Module darling_core::util [−][src]
Utility types for attribute parsing.
Structs
Flag | Marker type equivalent to |
IdentString | A wrapper for an |
Ignored | An efficient way of discarding data from a syntax element. |
PathList | A list of |
SpannedValue | A value and an associated position in source code. The main use case for this is
to preserve position information to emit warnings from proc macros. You can use
a |
WithOriginal | A container to parse some syntax and retain access to the original. |
Enums
Override | A value which can inherit a default value or have an explicit value specified. |