pub fn or_fold_expr_kind<F: Fold + ?Sized>( folder: &mut F, kind: ExprKind, ) -> ExprKind
Folds an ExprKind in the default way