Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/wrappers/
Dunix_listener.rs13 pub struct UnixListenerStream { struct
17 impl UnixListenerStream { argument
29 impl Stream for UnixListenerStream { implementation
44 impl AsRef<UnixListener> for UnixListenerStream { implementation
50 impl AsMut<UnixListener> for UnixListenerStream { implementation