Type Alias rustpython_ast::located::StmtAsyncWith
source · pub type StmtAsyncWith = StmtAsyncWith<SourceRange>;Aliased Type§
struct StmtAsyncWith {
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>