Searched defs:OsStorage (Results 1 – 3 of 3) sorted by relevance
22 pub(crate) struct OsStorage { struct27 impl Init for OsStorage { argument36 impl Storage for OsStorage { implementation
23 pub(crate) type OsStorage = Vec<SignalInfo>; typedef29 impl Init for OsStorage { implementation35 impl Storage for OsStorage { implementation
150 pub(crate) fn storage(&self) -> &OsStorage { in storage()