Type Alias rustpython_ast::located::StmtBreak

source ·
pub type StmtBreak = StmtBreak<SourceRange>;

Aliased Type§

struct StmtBreak {
    pub range: SourceRange,
}

Fields§

§range: SourceRange

Trait Implementations§