pub type KVStore = Store<String>;
A key-value store mapping string keys to string values.
pub struct KVStore { /* private fields */ }