Struct wasmparser::NameSectionReader [−][src]
pub struct NameSectionReader<'a> { /* fields omitted */ }Implementations
impl<'a> NameSectionReader<'a>[src]
impl<'a> NameSectionReader<'a>[src]Trait Implementations
impl<'a> IntoIterator for NameSectionReader<'a>[src]
impl<'a> IntoIterator for NameSectionReader<'a>[src]type Item = Result<Name<'a>>
The type of the elements being iterated over.
type IntoIter = SectionIterator<NameSectionReader<'a>>
Which kind of iterator are we turning this into?