Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/wrappers/
Dwatch.rs74 pub struct WatchStream<T> { struct
85 impl<T: 'static + Clone + Send + Sync> WatchStream<T> { argument
101 impl<T: Clone + 'static + Send + Sync> Stream for WatchStream<T> { implementation
120 impl<T> Unpin for WatchStream<T> {} implementation
122 impl<T> fmt::Debug for WatchStream<T> { implementation
128 impl<T: 'static + Clone + Send + Sync> From<Receiver<T>> for WatchStream<T> { implementation