pub type EligibilityThresholds = RangeInclusive<usize>;

Aliased Type§

struct EligibilityThresholds {
    pub(crate) start: usize,
    pub(crate) end: usize,
    pub(crate) exhausted: bool,
}

Fields§

§start: usize§end: usize§exhausted: bool