Type Alias async_skipdb::optimistic::AsyncStdOptimisticDb
source · pub type AsyncStdOptimisticDb<K, V, S = RandomState> = OptimisticDb<K, V, AsyncStdSpawner, S>;
Available on crate feature
async-std
only.Expand description
Database for async-std
runtime.
Aliased Type§
struct AsyncStdOptimisticDb<K, V, S = RandomState> { /* private fields */ }