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