TypeSectionReader

Type Alias TypeSectionReader 

pub type TypeSectionReader<'a> = SectionLimited<'a, RecGroup>;
Expand description

A reader for the type section of a WebAssembly module.

Aliased Typeยง

pub struct TypeSectionReader<'a> { /* private fields */ }