pub type SegmentMap<'a> = SectionLimited<'a, Segment<'a>>;
Expand description
Represents a reader for segments from the linking custom section.
Aliased Typeยง
pub struct SegmentMap<'a> { /* private fields */ }
pub type SegmentMap<'a> = SectionLimited<'a, Segment<'a>>;
Represents a reader for segments from the linking custom section.
pub struct SegmentMap<'a> { /* private fields */ }