Skip to main content

DynKVStore

Type Alias DynKVStore 

Source
pub type DynKVStore = Arc<dyn KVStore<Err = Error> + Send + Sync>;
Expand description

Arc-wrapped KV store for shared ownership

Aliased Typeยง

pub struct DynKVStore { /* private fields */ }