Searched defs:WatchStream (Results 1 – 1 of 1) sorted by relevance
51 pub struct WatchStream<T> { struct62 impl<T: 'static + Clone + Send + Sync> WatchStream<T> { impl71 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> { implementation98 impl<T: 'static + Clone + Send + Sync> From<Receiver<T>> for WatchStream<T> { implementation