Type Alias rustpython_ast::located::ExprStarred

source ·
pub type ExprStarred = ExprStarred<SourceRange>;

Aliased Type§

struct ExprStarred {
    pub range: SourceRange,
    pub value: Box<Expr<SourceRange>>,
    pub ctx: ExprContext,
}

Fields§

§range: SourceRange§value: Box<Expr<SourceRange>>§ctx: ExprContext

Trait Implementations§