Struct wasmtime_environ::wasm::wasmparser::LocalsReader   [−][src]
pub struct LocalsReader<'a> { /* fields omitted */ }Implementations
impl<'a> LocalsReader<'a>[src]
impl<'a> LocalsReader<'a>[src]Trait Implementations
impl<'a> IntoIterator for LocalsReader<'a>[src]
impl<'a> IntoIterator for LocalsReader<'a>[src]type Item = Result<(u32, Type), BinaryReaderError>
The type of the elements being iterated over.
type IntoIter = LocalsIterator<'a>
Which kind of iterator are we turning this into?