pub fn or_fold_stmt_kind<F: Fold + ?Sized>( folder: &mut F, kind: StmtKind, ) -> StmtKind
Folds a StmtKind in the default way