type Item
fn ensure_end(&self) -> Result<()>
impl<'a> SectionReader for CodeSectionReader<'a>
[src]type Item = FunctionBody<'a>
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for DataSectionReader<'a>
[src]type Item = Data<'a>
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for ElementSectionReader<'a>
[src]type Item = Element<'a>
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for ExportSectionReader<'a>
[src]type Item = Export<'a>
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for FunctionSectionReader<'a>
[src]type Item = u32
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for GlobalSectionReader<'a>
[src]type Item = Global<'a>
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for ImportSectionReader<'a>
[src]type Item = Import<'a>
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for LinkingSectionReader<'a>
[src]type Item = LinkingType
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for MemorySectionReader<'a>
[src]type Item = MemoryType
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for NameSectionReader<'a>
[src]type Item = Name<'a>
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for ProducersSectionReader<'a>
[src]type Item = ProducersField<'a>
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for RelocSectionReader<'a>
[src]type Item = Reloc
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for TableSectionReader<'a>
[src]type Item = TableType
fn read(&mut self) -> Result<Self::Item>
[src]fn eof(&self) -> bool
[src]fn original_position(&self) -> usize
[src]impl<'a> SectionReader for TypeSectionReader<'a>
[src]