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.

Implementations on Foreign Types§

source§

impl OrdIsValueOrd for String

source§

impl OrdIsValueOrd for str

source§

impl OrdIsValueOrd for bool

Implementors§