Expand description
Rust types representing the Abstract Syntax Tree of a TL definition.
Structs§
- Definition
- A single TL definition — either a constructor or a function.
- Flag
- A flag reference inside a parameter type, e.g.
flags.0inflags.0?true. - Parameter
- A single
name:Typeparameter inside a TL definition. - Type
- The type of a definition or a parameter, e.g.
ns.Vector<!X>.
Enums§
- Category
- Whether a
super::Definitionis a data constructor or an RPC function. - Parameter
Type - The kind of a single TL parameter.