Expand description
Ordering trait.
Traitsยง
- DerOrd
- DER ordering trait.
- OrdIs
Value Ord - Marker trait for types whose
Ordimpl can be used asValueOrd. - Value
Ord - DER value ordering trait.
Functionsยง
- iter_
cmp ๐ - Compare the order of two iterators using [
DerCmp] on the values. - iter_
cmp_ ๐owned - Compare the order of two iterators using [
DerCmp] on the values.