Structs

An iterator over the entries of a TypedDashMap

An immutable reference

A mutable reference

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.

Represents borrowed pair of key and value.