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