Searched refs:WatchStream (Results 1 – 3 of 3) sorted by relevance
51 pub struct WatchStream<T> { struct62 impl<T: 'static + Clone + Unpin + Send + Sync> WatchStream<T> { argument71 impl<T: Clone + 'static + Send + Sync> Stream for WatchStream<T> { implementation90 impl<T> Unpin for WatchStream<T> {} implementation92 impl<T> fmt::Debug for WatchStream<T> { implementation
30 pub use watch::WatchStream;
18 - sync: yield initial value in `WatchStream` ([#3576])