pub fn fold_copy_target<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: CopyTarget<T>, ) -> CopyTarget<T2>where F: Fold<T, T2> + ?Sized,