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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Types§
impl OrdIsValueOrd for bool
impl OrdIsValueOrd for str
impl OrdIsValueOrd for String
Available on crate feature
alloc only.impl OrdIsValueOrd for SystemTime
Available on crate feature
std only.