Type Alias wasmparser::RelocationEntryReader
source · pub type RelocationEntryReader<'a> = SectionLimited<'a, RelocationEntry>;
Expand description
Reader for relocation entries within a reloc.*
section.
Aliased Type§
struct RelocationEntryReader<'a> { /* private fields */ }