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