Crate frame_support_procedural_tools_derive

Source
Expand description

Use to derive parsing for parsing struct.

Derive Macrosยง

Parse
self defined parsing struct. not meant for any struct, just for fast parse implementation.
ToTokens
self defined parsing struct or enum. not meant for any struct/enum, just for fast parse implementation. For enum: it only output fields (empty field act as a None).