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