Type Alias wasmtime_environ::wasmparser::SegmentMap

pub type SegmentMap<'a> = SectionLimited<'a, Segment<'a>>;
Expand description

Represents a reader for segments from the linking custom section.

Aliased Typeยง

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