Module typedmap::dashmap[][src]

Structs

Iter

An iterator over the entries of a TypedDashMap

Ref

An immutable reference

RefMut

A mutable reference

TypedDashMap

A concurrent hash map that can store keys of any type that implements TypedMapKey and values of type defined by TypedMapKey::Value. One can use Marker to define multiple “key-value” type mappings. Under the hood the DashMap is used. Note: that it will deadlock whenever DashMap will.

TypedKeyValueGuard
TypedKeyValueRef

Represents borrowed pair of key and value.