Trait humanesort::HumaneSortable [] [src]

pub trait HumaneSortable {
    fn humane_sort(&mut self);
}

Trait for collections of HumaneOrder types.

Required Methods

Implementors