Searched defs:FakeGblOpsStorage (Results 1 – 1 of 1) sorted by relevance
720 pub(crate) struct FakeGblOpsStorage(pub Vec<TestGblDisk>); struct722 impl FakeGblOpsStorage { impl742 impl Deref for FakeGblOpsStorage { implementation