Trait generic_query::ValueOrd
source · [−]pub trait ValueOrd {
fn lt_g(&self, other: &Self) -> StdResult<bool>;
fn le_g(&self, other: &Self) -> StdResult<bool>;
fn bt_g(&self, other: &Self) -> StdResult<bool>;
fn be_g(&self, other: &Self) -> StdResult<bool>;
fn equal(&self, other: &Self) -> bool;
}