pub fn visit_copy_target<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast CopyTarget<T>, )where V: Visit<'ast, T> + ?Sized,