Module async_skipdb::comparable

source ·
Expand description

ComparableDB implementation, which requires K implements Ord and CheapClone. If your K implements both Hash and Ord, you are recommended to use EquivalentDB instead.

Structs§

Traits§

  • Things that are fast to clone in the context of an application such as Graph Node