Trait radix_sort::Indexed [] [src]

pub trait Indexed {
    fn get_index(&self) -> u64;
}

Items will be sorted based on the values returned by this trait

Required Methods

Implementors