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