Type Alias rustpython_ast::located::StmtBreak
source · pub type StmtBreak = StmtBreak<SourceRange>;
Aliased Type§
struct StmtBreak {
pub range: SourceRange,
}
Fields§
§range: SourceRange
pub type StmtBreak = StmtBreak<SourceRange>;
struct StmtBreak {
pub range: SourceRange,
}
range: SourceRange