Type Alias wasmparser::ComponentAliasSectionReader
source · pub type ComponentAliasSectionReader<'a> = SectionLimited<'a, ComponentAlias<'a>>;
Expand description
Section reader for the component alias section
Aliased Type§
struct ComponentAliasSectionReader<'a> { /* private fields */ }