Skip to main content

Module ptr_weak_weak_hash_map

Module ptr_weak_weak_hash_map 

Source
Expand description

A hash map where the keys and values are both held by weak pointers, and keys are compared by pointer.

Re-exportsยง

pub use super::weak_weak_hash_map::Drain;
pub use super::weak_weak_hash_map::Entry;
pub use super::weak_weak_hash_map::ExtractIf;
pub use super::weak_weak_hash_map::IntoIter;
pub use super::weak_weak_hash_map::IntoKeys;
pub use super::weak_weak_hash_map::IntoValues;
pub use super::weak_weak_hash_map::Iter;
pub use super::weak_weak_hash_map::Keys;
pub use super::weak_weak_hash_map::Values;
pub use super::PtrWeakWeakHashMap;