Crate ordered

source ·
Expand description

Provides a wrapper for types that can technically implement PartialOrd/Ord but for semantic reasons it is nonsensical.

For examples see the docs on Ordered or the code in examples/point.rs.

Structs

  • A wrapper type that implements PartialOrd and Ord.

Traits

  • Trait for types that perform an arbitrary ordering.