Searched defs:DB (Results 1 – 2 of 2) sorted by relevance
39 struct DB { struct43 impl DB { argument303 fn open_db(&self) -> Result<DB> { in open_db()512 db: &mut DB, in import_one_legacy_entry()
98 pub static DB: RefCell<KeystoreDB> = RefCell::new(create_thread_local_db()); constant