pub type StmtGlobal = StmtGlobal<SourceRange>;Aliased Type§
pub struct StmtGlobal {
pub range: SourceRange,
pub names: Vec<Identifier>,
}Fields§
§range: SourceRange§names: Vec<Identifier>pub type StmtGlobal = StmtGlobal<SourceRange>;pub struct StmtGlobal {
pub range: SourceRange,
pub names: Vec<Identifier>,
}range: SourceRange§names: Vec<Identifier>