Trait elf64::Entry[][src]

pub trait Entry where
    Self: Sized
{ type Error; const SIZE: usize; fn new(slice: &[u8], encoding: Encoding) -> Result<Self, Self::Error>; }

Associated Types

Associated Constants

Required methods

Implementors