pub type DroppedSlotsReceiver = Receiver<(Slot, BankId)>;
pub struct DroppedSlotsReceiver { /* private fields */ }