pub trait HashOrdered: Hashable { }
Expand description

A carrier trait indicating that the type’s Ord and PartialOrd implementations are by Hashable::hashed().

Implementations on Foreign Types§

source§

impl<'a, T: Hash + HashOrdered> HashOrdered for &'a T

Implementors§