pub trait LeaderScheduleFn: FnOnce(Slot) -> Option<Pubkey> { }
Expand description

Function returning leader at a given slot.

Implementors