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 */ }