Trait typenum::marker_traits::Ord
source · [−]pub trait Ord {
fn to_ordering() -> Ordering;
}Expand description
A Marker trait for the types Greater, Equal, and Less.
This trait should not be implemented for anything outside this crate.