pub type StmtWith = StmtWith<SourceRange>;Aliased Type§
pub 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>