Struct kv_cab::KV [] [src]

pub struct KV<V> { /* fields omitted */ }

Methods

impl<V: Clone + Encodable + Decodable> KV<V>
[src]

create a new instance of the KV store

insert a key, value pair into the KV Store

get a value from a key

remove a key and associated value from the KV Store

get all the keys contained in the KV Store