Module types

Source

Structs§

FunctionFormat
Free standing function item such as fn start() -> ().
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
RootItem
Containers (structs and enums) or functions (fns with #[fn_codegen]).
VariantFormat
Description of a variant in an enum.