Crate fabric_support_procedural_tools_derive[−][src]
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). |