[][src]Module ccl::dhashmap

Please see the struct level documentation.

Structs

Chunk

A read only iterator interface to a chunk.

ChunkMut

A read-write iterator interface to a chunk.

DHashMap

DHashMap is a threadsafe, versatile and concurrent hashmap with good performance and is balanced for both reads and writes.

DHashMapIterRef

A shared reference into a DHashMap created from an iterator.

DHashMapRef

A shared reference into a DHashMap.

DHashMapRefMut

A unique reference into a DHashMap.

Iter

An immutable iterator over a DHashMap.

Enums

TryGetError

A error possibly returned by the try_get family of methods for DHashMap.

Type Definitions

TryGetResult

Alias for a Result with TryGetError as it's error type.