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

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl SortKey for String[src]

impl SortKey for Hash[src]

Loading content...

Implementors

Loading content...