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