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