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