Type Alias rustpython_ast::located::StmtWith

source ·
pub type StmtWith = StmtWith<SourceRange>;

Aliased Type§

struct StmtWith {
    pub range: SourceRange,
    pub items: Vec<WithItem<SourceRange>>,
    pub body: Vec<Stmt<SourceRange>>,
    pub type_comment: Option<String>,
}

Fields§

§range: SourceRange§items: Vec<WithItem<SourceRange>>§body: Vec<Stmt<SourceRange>>§type_comment: Option<String>

Trait Implementations§