der

Trait 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.

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§

Source§

impl OrdIsValueOrd for bool

Source§

impl OrdIsValueOrd for str

Implementors§