Type Alias rustpython_ast::located::StmtMatch

source ·
pub type StmtMatch = StmtMatch<SourceRange>;

Aliased Type§

struct StmtMatch {
    pub range: SourceRange,
    pub subject: Box<Expr<SourceRange>>,
    pub cases: Vec<MatchCase<SourceRange>>,
}

Fields§

§range: SourceRange§subject: Box<Expr<SourceRange>>§cases: Vec<MatchCase<SourceRange>>

Trait Implementations§