pub trait PickIndexBreakpointsForCapacity {
    type PickIndexBreakpoints: PickIndex;

    fn _sealed(_: Sealed);
}

Required Associated Types

Required Methods

Implementors