Expand description
A hash map where the keys are held by weak pointers and compared by pointer.
Re-exportsยง
pub use super::PtrWeakKeyHashMap;pub use super::weak_key_hash_map::Entry;pub use super::weak_key_hash_map::Iter;pub use super::weak_key_hash_map::IterMut;pub use super::weak_key_hash_map::Keys;pub use super::weak_key_hash_map::Values;pub use super::weak_key_hash_map::ValuesMut;pub use super::weak_key_hash_map::Drain;pub use super::weak_key_hash_map::IntoIter;