Struct wasmtime_environ::wasm::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
pub fn read(
&mut self
) -> Result<<NameSectionReader<'a> as SectionReader>::Item, BinaryReaderError>
[src]Auto Trait Implementations
impl<'a> RefUnwindSafe for NameSectionReader<'a>
impl<'a> Send for NameSectionReader<'a>
impl<'a> Sync for NameSectionReader<'a>
impl<'a> Unpin for NameSectionReader<'a>
impl<'a> UnwindSafe for NameSectionReader<'a>