Expand description
Token parsing for derive macro input.
Structs§
- Field
Attrs - Field attributes from #[frame(…)].
- Parsed
Field - Parsed field information.
- Parsed
Struct - Parsed struct information.
Functions§
- parse_
struct - Parse a derive macro input into a ParsedStruct.
- parse_
struct_ with_ crate - Parse a derive macro input into a ParsedStruct with a specific crate path.