Function syn::fold::fold_expr_match

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