Trait Alias ObjectRangeBounds

Source
trait ObjectRangeBounds = RangeBounds<usize>
    + Clone
    + Send
    + Sync
    + Debug
    + 'static;