pub type StmtNonlocal = StmtNonlocal<SourceRange>;

Aliased Type§

struct StmtNonlocal {
    pub range: SourceRange,
    pub names: Vec<Identifier>,
}

Fields§

§range: SourceRange§names: Vec<Identifier>

Trait Implementations§