pub trait SyncAndAsyncKVStore: KVStore + KVStoreSync { }Expand description
A supertrait that requires that a type implements both KVStore and KVStoreSync at the
same time.
pub trait SyncAndAsyncKVStore: KVStore + KVStoreSync { }A supertrait that requires that a type implements both KVStore and KVStoreSync at the
same time.