Expand description
The code module contains types and helper methods to format and manage the
code generated by this crate.
Structs§
- Ident
Path - Represents an identifier path.
- Invalid
Ident Path - Error that is raised by
IdentPathif parsing the value from string failed. - Module
- Manages the code that is generated for a specific module.
- Module
Path - Represents a path of a module.
Enums§
- Module
Ident - Identifies the module the code gets rendered to.
- SubModules
- Defines how the sub modules of the
Modulewill be generated when callingModule::to_code().