[][src]Crate storage_map

Structs

StorageMap

StorageMap is a wrapper around HashMap that allows efficient concurrent access for the use case when only rarely the missing elements need to be created.

StorageMapGuard

An element guard that releases the lock when dropped.

WholeMapWriteGuard

Enums

PrepareResult

Result of preparing a particular key.