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 */ }
pub type SegmentMap<'a> = SectionLimited<'a, Segment<'a>>;
Represents a reader for segments from the linking custom section.
struct SegmentMap<'a> { /* private fields */ }