pub fn walk_assoc_item<'a, K: WalkItemKind<Ctxt = AssocCtxt>, V: Visitor<'a>>( visitor: &mut V, item: &'a Item<K>, ctxt: AssocCtxt, ) -> V::Result