Expand description
Use to derive parsing for parsing struct.
Derive Macros§
- self defined parsing struct. not meant for any struct, just for fast parse implementation.
- 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).