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