Module skipdb::optimistic

source ·
Expand description

OptimisticDb implementation, which requires K implements both Hash and Ord. If your K does not implement Hash, you can use [SerializableDb] instead.

Structs§