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