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.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl OrdIsValueOrd for bool

source§

impl OrdIsValueOrd for str

Implementors§