Struct wasmtime_environ::wasmparser::NameSectionReader [−][src]
pub struct NameSectionReader<'a> { /* fields omitted */ }
Implementations
Trait Implementations
type Item = Result<Name<'a>, BinaryReaderError>
type Item = Result<Name<'a>, BinaryReaderError>
The type of the elements being iterated over.
type IntoIter = SectionIterator<NameSectionReader<'a>>
type IntoIter = SectionIterator<NameSectionReader<'a>>
Which kind of iterator are we turning this into?
Creates an iterator from a value. Read more