Type Alias wasmparser::ImportSectionReader
source · pub type ImportSectionReader<'a> = SectionLimited<'a, Import<'a>>;
Expand description
A reader for the import section of a WebAssembly module.
Aliased Type§
struct ImportSectionReader<'a> { /* private fields */ }