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