[][src]Trait rexrocksdb::SliceTransform

pub trait SliceTransform {
    fn transform<'a>(&mut self, key: &'a [u8]) -> &'a [u8];
fn in_domain(&mut self, key: &[u8]) -> bool; fn in_range(&mut self, _: &[u8]) -> bool { ... } }

Required methods

fn transform<'a>(&mut self, key: &'a [u8]) -> &'a [u8]

fn in_domain(&mut self, key: &[u8]) -> bool

Loading content...

Provided methods

fn in_range(&mut self, _: &[u8]) -> bool

Loading content...

Implementors

Loading content...