Type Alias StmtGlobal

Source
pub type StmtGlobal = StmtGlobal<SourceRange>;

Aliased Type§

struct StmtGlobal {
    pub range: SourceRange,
    pub names: Vec<Identifier>,
}

Fields§

§range: SourceRange§names: Vec<Identifier>

Trait Implementations§