Searched defs:OsStorage (Results 1 – 3 of 3) sorted by relevance
37 pub(crate) struct OsStorage { struct45 impl Init for OsStorage { argument57 impl Storage for OsStorage { implementation
21 pub(crate) type OsStorage = Box<[SignalInfo]>; typedef23 impl Init for OsStorage { implementation37 impl Storage for OsStorage { implementation
146 pub(crate) fn storage(&self) -> &OsStorage { in storage()