Type Alias ExprSubscript

Source
pub type ExprSubscript = ExprSubscript<SourceRange>;

Aliased Type§

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

Fields§

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

Trait Implementations§