Available on crate feature
ast-models
only.Expand description
AST models for type signatures in wright source.
Structs§
- Atomic
Ty - An atomic type signature in wright source code.
- Reference
Ty - Source code for a reference type signature, such as
@u64
.
Enums§
- Atomic
TyVariant - The atomic types of wright – primitive numeric types, boolean, char, etc.
- Type
- A type signature in source code.