Home
last modified time | relevance | path

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

/external/rust/crates/tokio-stream/src/wrappers/
Dwatch.rs51 pub struct WatchStream<T> { struct
62 impl<T: 'static + Clone + Send + Sync> WatchStream<T> { impl
71 impl<T: Clone + 'static + Send + Sync> Stream for WatchStream<T> { implementation
90 impl<T> Unpin for WatchStream<T> {} implementation
92 impl<T> fmt::Debug for WatchStream<T> { implementation
98 impl<T: 'static + Clone + Send + Sync> From<Receiver<T>> for WatchStream<T> { implementation