Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/wrappers/
Dbroadcast.rs16 pub struct BroadcastStream<T> { struct
20 /// An error returned from the inner stream of a [`BroadcastStream`]. argument
45 impl<T: 'static + Clone + Send> BroadcastStream<T> { implementation
54 impl<T: 'static + Clone + Send> Stream for BroadcastStream<T> { implementation
69 impl<T> fmt::Debug for BroadcastStream<T> { implementation
75 impl<T: 'static + Clone + Send> From<Receiver<T>> for BroadcastStream<T> { implementation