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