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