pub trait OrdHashExt {
// Provided methods
fn neq_ord_hash(self, h: u64) -> NeqOrdHashWrapper<Self>
where Self: Sized { ... }
fn neq_ord_empty(self) -> NeqOrdEmptyHashWrapper<Self>
where Self: Sized { ... }
}
pub trait OrdHashExt {
// Provided methods
fn neq_ord_hash(self, h: u64) -> NeqOrdHashWrapper<Self>
where Self: Sized { ... }
fn neq_ord_empty(self) -> NeqOrdEmptyHashWrapper<Self>
where Self: Sized { ... }
}