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. - Generate
Flags - Different flags that control what code the
Generatoris generating. - Generator
- Type that is used to generate rust code from a
Typesobject.
Enums§
- Content
Mode - Tells the
Generatorwhat type should be generated for the content of an XML element. - 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.