pub trait DirectKeyValueStore: ReadableKeyValueStore + DirectWritableKeyValueStore + AdminKeyValueStore { }
Expand description

Low-level, asynchronous direct read/write key-value operations with simplified batch

Object Safety§

This trait is not object safe.

Implementors§