Trait assembly_core::reader::ParseAt[][src]

pub trait ParseAt<T>: Sized {
    fn at(self, addr: u64, slice: &[u8]) -> Result<T, FileError>;
}
Expand description

Trait to hand over a parse error past a buffer

Required methods

Call this after a ::finish

Implementations on Foreign Types

Implementors