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