pub trait Prefixer<'a> {
    fn prefix(&self) -> Vec<&[u8]>;
}

Required Methods

returns 0 or more namespaces that should length-prefixed and concatenated for range searches

Implementations on Foreign Types

Implementors