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