Trait ltv::LTVObjectConvertable[][src]

pub trait LTVObjectConvertable<'a, const ED: ByteOrder, const LENGTH_BYTE: usize>: LTVItem<ED> {
    fn from_ltv_object(data: &'a [u8]) -> LTVResult<Self>;
fn to_ltv_object(&self) -> Vec<u8>; fn from_ltv_object_body(data: &'a [u8]) -> LTVResult<Self> { ... } }

Required methods

Provided methods

Implementors