Expand description
Traits for interacting with a key/value store.
Structs§
- Batch
- A batch of changes which may be written to an underlying store with Batchable::write_batch. Writes and deletes to a batch are not applied to the store until the batch is written but will be reflected in reads from the batch.