Trait Alias Idx

Source
trait Idx = PartialOrd<Self>
    + Add<Output = Self>
    + Sub<Output = Self>
    + Clone
    + Copy
    + Send
    + Sync
    + 'static
    + ZeroOne;