[][src]Function syn::fold::fold_expr_match

pub fn fold_expr_match<F: ?Sized>(f: &mut F, node: ExprMatch) -> ExprMatch where
    F: Fold