WeakHashMap

Type Alias WeakHashMap 

Source
pub type WeakHashMap<K, V> = HashMap<K, WeakIncr<V>>;

Aliased Type§

pub struct WeakHashMap<K, V> { /* private fields */ }

Trait Implementations§

Source§

impl<K: Hash + NotObserver, V> WeakMap for WeakHashMap<K, V>

Source§

fn garbage_collect(&mut self)

Source§

fn len(&self) -> usize

Source§

fn capacity(&self) -> usize