Type Alias wasmparser::ElementSectionReader

source ·
pub type ElementSectionReader<'a> = SectionLimited<'a, Element<'a>>;
Expand description

A reader for the element section of a WebAssembly module.

Aliased Type§

struct ElementSectionReader<'a> { /* private fields */ }