[][src]Trait sortr::signature::Sortable

pub trait Sortable: PartialOrd + Copy { }

Sortable elements supertrait. This trait is implemented on all types that implement its own traits.

Implementors

impl<T> Sortable for T where
    T: PartialOrd + Copy
[src]

Loading content...