pub fn fold_copy_direction<F, T, T2>( folder: &mut F, node: CopyDirection, ) -> CopyDirectionwhere T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,