Searched defs:PerbootDB (Results 1 – 1 of 1) sorted by relevance
66 pub struct PerbootDB { struct75 pub static PERBOOT_DB: LazyLock<Arc<PerbootDB>> = LazyLock::new(|| Arc::new(PerbootDB::new())); argument77 impl PerbootDB { implementation