pub fn fold_expr_match<F>(f: &mut F, node: ExprMatch) -> ExprMatchwhere
    F: Fold + ?Sized,
Available on crate feature fold only.