Type Alias pdl_compiler::analyzer::ast::Decl

source ·
pub type Decl = Decl<Annotation>;

Aliased Type§

struct Decl {
    pub loc: SourceRange,
    pub annot: DeclAnnotation,
    pub desc: DeclDesc<Annotation>,
}

Fields§

§loc: SourceRange§annot: DeclAnnotation§desc: DeclDesc<Annotation>