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