Type Alias wasmtime_environ::wasmparser::RelocationEntryReader

pub type RelocationEntryReader<'a> = SectionLimited<'a, RelocationEntry>;
Expand description

Reader for relocation entries within a reloc.* section.

Aliased Typeยง

struct RelocationEntryReader<'a> { /* private fields */ }