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