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