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