Struct wasmtime_environ::wasm::wasmparser::AliasSectionReader [−][src]
pub struct AliasSectionReader<'a> { /* fields omitted */ }
Implementations
pub fn new(
data: &'a [u8],
offset: usize
) -> Result<AliasSectionReader<'a>, BinaryReaderError>
[src]Trait Implementations
type Item = Result<Alias<'a>, BinaryReaderError>
type Item = Result<Alias<'a>, BinaryReaderError>
The type of the elements being iterated over.
type IntoIter = SectionIteratorLimited<AliasSectionReader<'a>>
type IntoIter = SectionIteratorLimited<AliasSectionReader<'a>>
Which kind of iterator are we turning this into?
Creates an iterator from a value. Read more
pub fn read(
&mut self
) -> Result<<AliasSectionReader<'a> as SectionReader>::Item, BinaryReaderError>
[src]Auto Trait Implementations
impl<'a> RefUnwindSafe for AliasSectionReader<'a>
impl<'a> Send for AliasSectionReader<'a>
impl<'a> Sync for AliasSectionReader<'a>
impl<'a> Unpin for AliasSectionReader<'a>
impl<'a> UnwindSafe for AliasSectionReader<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more