Trait cw_storage_plus::Prefixer[][src]

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