Module async_skipdb::equivalent

source ·
Expand description

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

Structs§