Trait ltv::LTVItem[][src]

pub trait LTVItem<const ED: ByteOrder> {
    type Item: LTVItem<ED>;
    fn from_ltv(field_type: u8, data: &[u8]) -> LTVResult<Self::Item>;
fn to_ltv(&self) -> Vec<u8>; fn not_found(field_id: u8) -> LTVResult<Self::Item> { ... } }

Associated Types

Required methods

Provided methods

Implementations on Foreign Types

Implementors