Type Alias rustpython_ast::located::ExprSetComp
source · pub type ExprSetComp = ExprSetComp<SourceRange>;Aliased Type§
struct ExprSetComp {
pub range: SourceRange,
pub elt: Box<Expr<SourceRange>>,
pub generators: Vec<Comprehension<SourceRange>>,
}Fields§
§range: SourceRange§elt: Box<Expr<SourceRange>>§generators: Vec<Comprehension<SourceRange>>