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