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