[][src]Trait heed_traits::BytesDecode

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

Associated Types

type DItem: 'a

Loading content...

Required methods

fn bytes_decode(bytes: &'a [u8]) -> Option<Self::DItem>

Loading content...

Implementors

Loading content...