Struct wasmtime_environ::wasmparser::RelocSectionReader [−][src]
pub struct RelocSectionReader<'a> { /* fields omitted */ }
Implementations
pub fn new(
data: &'a [u8],
offset: usize
) -> Result<RelocSectionReader<'a>, BinaryReaderError>
Trait Implementations
type Item = Result<Reloc, BinaryReaderError>
type Item = Result<Reloc, BinaryReaderError>
The type of the elements being iterated over.
type IntoIter = SectionIteratorLimited<RelocSectionReader<'a>>
type IntoIter = SectionIteratorLimited<RelocSectionReader<'a>>
Which kind of iterator are we turning this into?
Creates an iterator from a value. Read more