pub type PatternMatchValue = PatternMatchValue<SourceRange>;

Aliased Type§

struct PatternMatchValue {
    pub range: SourceRange,
    pub value: Box<Expr<SourceRange>>,
}

Fields§

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

Trait Implementations§