fn get<Q: ?Sized>(&self, k: &Q) -> Option<&V> where
K: Borrow<Q>,
Q: Hash + Eq,
И дока говорит следующее:
> The key may be any borrowed form of the map's key type, but Hash and Eq on the borrowed form must match those for the key type.
Хм
Обсуждают сегодня