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