pub type BroadcastReceiver<T> = Receiver<T>;
A bounded broadcast receiver
pub struct BroadcastReceiver<T> { /* private fields */ }