Searched defs:WatchStream (Results 1 – 1 of 1) sorted by relevance
74 pub struct WatchStream<T> { struct85 impl<T: 'static + Clone + Send + Sync> WatchStream<T> { argument101 impl<T: Clone + 'static + Send + Sync> Stream for WatchStream<T> { implementation120 impl<T> Unpin for WatchStream<T> {} implementation122 impl<T> fmt::Debug for WatchStream<T> { implementation128 impl<T: 'static + Clone + Send + Sync> From<Receiver<T>> for WatchStream<T> { implementation