Type Alias wasmparser::SegmentMap

source ·
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 */ }