Function parse_pattern_matches

Source
pub fn parse_pattern_matches(
    input: &str,
) -> IResult<&str, Vec<(Pattern<'_>, Expr<'_>)>>
Expand description

Parse a set of pattern matches