Skip to main content

KVStore

Type Alias KVStore 

Source
pub type KVStore = Store<String>;
Expand description

A key-value store mapping string keys to string values.

Aliased Typeยง

pub struct KVStore { /* private fields */ }