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