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