Skip to main content

SyncAndAsyncKVStore

Trait SyncAndAsyncKVStore 

Source
pub trait SyncAndAsyncKVStore: KVStore + KVStoreSync { }
Expand description

A supertrait that requires that a type implements both KVStore and KVStoreSync at the same time.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§