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