Skip to main content

WeakValueHashMap

Type Alias WeakValueHashMap 

Source
type WeakValueHashMap<K, V> = WeakValueHashMap<K, V, RandomState>;
Expand description

Alias to force use of RandomState, regardless of features enabled in weak_tables.

See https://github.com/tov/weak-table-rs/issues/23 for discussion.

Aliased Typeยง

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