DynMintKVStore

Type Alias DynMintKVStore 

Source
pub type DynMintKVStore = Arc<dyn KVStore<Err = Error> + Send + Sync>;
Expand description

Type alias for Mint Kv store

Aliased Typeยง

pub struct DynMintKVStore { /* private fields */ }