Trait der::OrdIsValueOrd
source · [−]pub trait OrdIsValueOrd: Ord { }Expand description
Marker trait for types whose Ord impl can be used as ValueOrd.
This means the Ord impl will sort values in the same order as their DER
encodings.