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