Expand description
Intermediate representation of types and modules.
Modules§
- module_
ir - Intermediate Representation of a rust module.
- type_ir
- Intermediate Representation of a rust type.
Traits§
- ToTokens
With Settings - A trait that can translate a type into rust tokens similar to
quote::ToTokens
, but takes into account thealloc_crate_path
fromTypeGeneratorSettings
.