Struct wasmtime_environ::wasm::wasmparser::ModuleSectionReader [−][src]
pub struct ModuleSectionReader<'a> { /* fields omitted */ }
Implementations
pub fn new(
data: &'a [u8],
offset: usize
) -> Result<ModuleSectionReader<'a>, BinaryReaderError>
[src]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
type Item = NestedModule<'a>
pub fn read(
&mut self
) -> Result<<ModuleSectionReader<'a> as SectionReader>::Item, BinaryReaderError>
[src]Auto Trait Implementations
impl<'a> RefUnwindSafe for ModuleSectionReader<'a>
impl<'a> Send for ModuleSectionReader<'a>
impl<'a> Sync for ModuleSectionReader<'a>
impl<'a> Unpin for ModuleSectionReader<'a>
impl<'a> UnwindSafe for ModuleSectionReader<'a>