pub type BroadcastReceiver<T> = Receiver<T>;
Represents a receiver endpoint for a broadcast channel, allowing consumption of broadcasted messages.
pub struct BroadcastReceiver<T> { /* private fields */ }