Trait garage_table::schema::SortKey[][src]

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

Trait for field used to sort data

Required methods

fn sort_key(&self) -> &[u8][src]

Get the key used to sort

Implementations on Foreign Types

impl SortKey for String[src]

fn sort_key(&self) -> &[u8][src]

impl SortKey for Hash[src]

fn sort_key(&self) -> &[u8][src]

Implementors