Type Alias ReadyQueue

Source
pub type ReadyQueue = FixedVec<Vec<ReadyRecord>, EpochPeriod>;

Aliased Typeยง

pub struct ReadyQueue(/* private fields */);