Module skipdb::serializable

source ·
Expand description

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

Structs§

Traits§

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