Trait diffgeom::typenum::Ord
[−]
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.