Trait sorted::Key [] [src]

pub trait Key<T> {
    type Key;
    fn key(_: &T) -> Self::Key;
}

Associated Types

Required Methods

Implementors