weak_table

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::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;