pub trait TableEntry<'a> where
    Self: Sized
{ type Header; fn new(elf: &'a [u8], header: &'a [u8]) -> Result<Self>; }

Required Associated Types

Required Methods

Implementors