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