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