Searched refs:InMemoryStore (Results 1 – 2 of 2) sorted by relevance
27 pub struct InMemoryStore(HashMap<Vec<u8>, Vec<u8>>); struct28 impl KeyValueStore for InMemoryStore { implementation
54 let storage_impl = Box::new(store::InMemoryStore::default()); in new()