Trait differential_dataflow::trace::implementations::rhh::HashOrdered
source · pub trait HashOrdered: Hashable { }
Expand description
A carrier trait indicating that the type’s Ord
and PartialOrd
implementations are by Hashable::hashed()
.