Trait humanesort::HumaneOrder [] [src]

pub trait HumaneOrder {
    fn humane_cmp(&self, other: &Self) -> Ordering;
}

Trait for types that can be ordered in a human friendly way.

Required Methods

Implementors