Function parse_match_arms

Source
pub fn parse_match_arms(
    par: &mut Parser<'_>,
) -> ParseResult<Vec<Node<MatchArm>>>