pub type ExprStarred = ExprStarred<SourceRange>;Aliased Type§
pub struct ExprStarred {
pub range: SourceRange,
pub value: Box<Expr<SourceRange>>,
pub ctx: ExprContext,
}Fields§
§range: SourceRange§value: Box<Expr<SourceRange>>§ctx: ExprContext