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