pub type BranchHintSectionReader<'a> = SectionLimited<'a, BranchHintFunction<'a>>;
Expand description
A reader for the metadata.code.branch_hint
custom section.
Aliased Typeยง
struct BranchHintSectionReader<'a> { /* private fields */ }
pub type BranchHintSectionReader<'a> = SectionLimited<'a, BranchHintFunction<'a>>;
A reader for the metadata.code.branch_hint
custom section.
struct BranchHintSectionReader<'a> { /* private fields */ }