SyncAndAsyncKVStore

Trait SyncAndAsyncKVStore 

Source
pub trait SyncAndAsyncKVStore: KVStore + KVStoreSync { }
Expand description

A supertrait that requires that a type implements both KVStore and KVStoreSync at the same time.

Implementors§