Module come::ast::type_definition
source · Expand description
Data structure and parser for a type definition.
Structs§
FieldDefinition
represents a struct’s field.TypeDefinition
represents a struct definition.
Functions§
- Parse source code to get a
TypeDefinition
. - Parse source code to get a
FieldDefinition
.