Module weak_table::ptr_weak_weak_hash_map[][src]

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::PtrWeakWeakHashMap;
pub use super::weak_weak_hash_map::Entry;
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::weak_weak_hash_map::Drain;
pub use super::weak_weak_hash_map::IntoIter;