pub trait SortKey {
    fn sort_key(&self) -> &[u8] ;
}
Expand description

Trait for field used to sort data

Required Methods

Get the key used to sort

Implementations on Foreign Types

Implementors