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