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