Crate i_codegen_types

Source

Structs§

Named
A named value. Used for named parameters or variants.
Spanned
TypeRoot

Enums§

ContainerFormat
Serde-based serialization format for named “container” types. In Rust, those are enums and structs.
EnumRepresentation
Format
Serde-based serialization format for anonymous “value” types. This is just the path respecting serde names into the container It gets replaced by the knowledge
VariantFormat
Description of a variant in an enum.