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