Searched defs:InMemoryStore (Results 1 – 1 of 1) sorted by relevance
27 pub struct InMemoryStore(HashMap<Vec<u8>, Vec<u8>>); struct28 impl KeyValueStore for InMemoryStore { implementation