Home
last modified time | relevance | path

Searched defs:FakeGblOpsStorage (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/
Dops.rs720 pub(crate) struct FakeGblOpsStorage(pub Vec<TestGblDisk>); struct
722 impl FakeGblOpsStorage { impl
742 impl Deref for FakeGblOpsStorage { implementation