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