Searched defs:store (Results 1 – 2 of 2) sorted by relevance
67 fn store(&mut self, key: &[u8], val: &[u8]) -> Result<(), Error> { in store() method146 let mut store = SecureStore::default(); in test_secretkeeper_store() localVariable
33 mod store; module