pub type DynKVStore = Arc<dyn KVStore<Err = Error> + Send + Sync>;
Arc-wrapped KV store for shared ownership
pub struct DynKVStore { /* private fields */ }