Trait typenum::marker_traits::Ord  
        source ·
        [−]pub trait Ord: Sealed {
    fn to_ordering() -> Ordering;
}Expand description
A Marker trait for the types Greater, Equal, and Less.
pub trait Ord: Sealed {
    fn to_ordering() -> Ordering;
}A Marker trait for the types Greater, Equal, and Less.