pub type BranchHintReader<'a> = SectionLimited<'a, BranchHint>;Expand description
Lazy decoder over the branch hints attached to a single function in the
metadata.code.branch_hint custom section
(branch-hinting proposal).
Aliased Typeยง
pub struct BranchHintReader<'a> { /* private fields */ }