Expand description
The generator module contains the code Generator and all related types.
Structs§
- BoxFlags
- Flags to tell the
Generatorhow to deal with boxed types. - Generator
- Type that is used to generate rust code from a
Typesobject. - Generator
Fixed - Type that is used to generate rust code from a
Typesobject. - Generator
Flags - Different flags that control what code the
Generatoris generating.
Enums§
- Error
- Error that might be raised by the
Generator. - Serde
Support - Tells the
Generatorhow to generate code for theserdecrate. - Typedef
Mode - Tells the
Generatorhow to deal with type definitions.