[][src]Trait heed_traits::BytesDecode

pub trait BytesDecode<'a> {
    type DItem: 'a;
    fn bytes_decode(bytes: &'a [u8]) -> Result<Self::DItem, Box<dyn Error>>;
}

Associated Types

type DItem: 'a[src]

Loading content...

Required methods

fn bytes_decode(bytes: &'a [u8]) -> Result<Self::DItem, Box<dyn Error>>[src]

Loading content...

Implementors

Loading content...