pub type StmtDelete = StmtDelete<SourceRange>;Aliased Type§
pub struct StmtDelete {
pub range: SourceRange,
pub targets: Vec<Expr<SourceRange>>,
}Fields§
§range: SourceRange§targets: Vec<Expr<SourceRange>>pub type StmtDelete = StmtDelete<SourceRange>;pub struct StmtDelete {
pub range: SourceRange,
pub targets: Vec<Expr<SourceRange>>,
}range: SourceRange§targets: Vec<Expr<SourceRange>>