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 */ }
pub type ElementSectionReader<'a> = SectionLimited<'a, Element<'a>>;
A reader for the element section of a WebAssembly module.
struct ElementSectionReader<'a> { /* private fields */ }