pub trait InsnRead: Read {
    fn read_addr(&mut self, size: usize, rel: bool) -> Result<Address>;
}

Required methods

Implementations on Foreign Types

Implementors