pub type CodeSectionReader<'a> = SectionLimited<'a, FunctionBody<'a>>;Expand description
A reader for the code section of a WebAssembly module.
Aliased Typeยง
struct CodeSectionReader<'a> { /* private fields */ }pub type CodeSectionReader<'a> = SectionLimited<'a, FunctionBody<'a>>;A reader for the code section of a WebAssembly module.
struct CodeSectionReader<'a> { /* private fields */ }