pub type ExprList = ExprList<SourceRange>;Aliased Type§
pub struct ExprList {
pub range: SourceRange,
pub elts: Vec<Expr<SourceRange>>,
pub ctx: ExprContext,
}Fields§
§range: SourceRange§elts: Vec<Expr<SourceRange>>§ctx: ExprContext