risingwave_common::range

Trait Alias Idx

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