solana_runtime::accounts_background_service

Type Alias DroppedSlotsSender

source
pub type DroppedSlotsSender = Sender<(Slot, BankId)>;

Aliased Typeยง

struct DroppedSlotsSender { /* private fields */ }