Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/signal/
Dwindows.rs22 pub(crate) struct OsStorage { struct
27 impl Init for OsStorage { argument
36 impl Storage for OsStorage { implementation
Dunix.rs23 pub(crate) type OsStorage = Vec<SignalInfo>; typedef
29 impl Init for OsStorage { implementation
35 impl Storage for OsStorage { implementation
Dregistry.rs150 pub(crate) fn storage(&self) -> &OsStorage { in storage()