pub type DynStore = dyn SyncAndAsyncKVStore + Sync + Send;Expand description
A type alias for SyncAndAsyncKVStore with Sync/Send markers;
pub type DynStore = dyn SyncAndAsyncKVStore + Sync + Send;A type alias for SyncAndAsyncKVStore with Sync/Send markers;