Expand description
Macros§
- Implement the
ConvertParsed<Type = syn::MetaList>trait for the type.
Structs§
- Data structure to hold instance implemented
FromAttrtrait and parsed attributes. - Represents the path-value pairs parsed from the
meta.
Enums§
- Represents the 3 cases parsed from the
meta.
Traits§
- Helper trait for holding idents.
- Used to enable parsing of each
meta.
Derive Macros§
- Generate an implementation of
FromAttrtrait. - Generate an implementation of
ConvertParsed<Type = syn::Ident>trait.