[][src]Trait sledis::ReadStore

pub trait ReadStore {
    type Error: Error;
    fn get(&self, key: &[u8]) -> Result<Option<IVec>, Self::Error>;
}

Associated Types

type Error: Error

Loading content...

Required methods

fn get(&self, key: &[u8]) -> Result<Option<IVec>, Self::Error>

Loading content...

Implementations on Foreign Types

impl ReadStore for Tree[src]

type Error = Error<Error>

impl ReadStore for TransactionalTree[src]

Loading content...

Implementors

Loading content...