[][src]Trait heed_traits::BytesEncode

pub trait BytesEncode<'a> {
    type EItem: ?Sized + 'a;
    fn bytes_encode(
        item: &'a Self::EItem
    ) -> Result<Cow<'a, [u8]>, Box<dyn Error>>; }

Associated Types

type EItem: ?Sized + 'a[src]

Loading content...

Required methods

fn bytes_encode(item: &'a Self::EItem) -> Result<Cow<'a, [u8]>, Box<dyn Error>>[src]

Loading content...

Implementors

Loading content...