pub type IndirectNameMap<'a> = SectionLimited<'a, IndirectNaming<'a>>;
Expand description
Represents a reader for indirect names from the names custom section.
Aliased Typeยง
struct IndirectNameMap<'a> { /* private fields */ }
pub type IndirectNameMap<'a> = SectionLimited<'a, IndirectNaming<'a>>;
Represents a reader for indirect names from the names custom section.
struct IndirectNameMap<'a> { /* private fields */ }