Trait typenum::marker_traits::Ord
source · pub trait Ord: Sealed {
// Required method
fn to_ordering() -> Ordering;
}
Expand description
A Marker trait for the types Greater
, Equal
, and Less
.
Required Methods§
fn to_ordering() -> Ordering
Object Safety§
This trait is not object safe.