Type Alias rustpython_ast::located::StmtPass

source ·
pub type StmtPass = StmtPass<SourceRange>;

Aliased Type§

struct StmtPass {
    pub range: SourceRange,
}

Fields§

§range: SourceRange

Trait Implementations§