Searched defs:BroadcastStream (Results 1 – 1 of 1) sorted by relevance
16 pub struct BroadcastStream<T> { struct20 /// An error returned from the inner stream of a [`BroadcastStream`]. argument45 impl<T: 'static + Clone + Send> BroadcastStream<T> { implementation54 impl<T: 'static + Clone + Send> Stream for BroadcastStream<T> { implementation69 impl<T> fmt::Debug for BroadcastStream<T> { implementation75 impl<T: 'static + Clone + Send> From<Receiver<T>> for BroadcastStream<T> { implementation