wasmtime_environ::wasmparser

Type Alias 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 */ }