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