Type Alias pdl_compiler::parser::ast::Field
source · pub type Field = Field<Annotation>;
Aliased Type§
struct Field {
pub loc: SourceRange,
pub annot: (),
pub desc: FieldDesc,
pub cond: Option<Constraint>,
}
Fields§
§loc: SourceRange
§annot: ()
§desc: FieldDesc
§cond: Option<Constraint>