Struct wasmparser::ModuleCodeSectionReader [−][src]
pub struct ModuleCodeSectionReader<'a> { /* fields omitted */ }Implementations
impl<'a> ModuleCodeSectionReader<'a>[src]
impl<'a> ModuleCodeSectionReader<'a>[src]Trait Implementations
impl<'a> IntoIterator for ModuleCodeSectionReader<'a>[src]
impl<'a> IntoIterator for ModuleCodeSectionReader<'a>[src]type Item = Result<ModuleCode<'a>>
The type of the elements being iterated over.
type IntoIter = SectionIteratorLimited<ModuleCodeSectionReader<'a>>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter[src]
impl<'a> SectionReader for ModuleCodeSectionReader<'a>[src]
impl<'a> SectionReader for ModuleCodeSectionReader<'a>[src]impl<'a> SectionWithLimitedItems for ModuleCodeSectionReader<'a>[src]
impl<'a> SectionWithLimitedItems for ModuleCodeSectionReader<'a>[src]