pub fn make_boxed_instruction_table<'a, H, SPEC, FN>(
table: InstructionTable<H>,
outer: FN,
) -> BoxedInstructionTable<'a, H>
Expand description
Make boxed instruction table that calls outer
closure for every instruction.
pub fn make_boxed_instruction_table<'a, H, SPEC, FN>(
table: InstructionTable<H>,
outer: FN,
) -> BoxedInstructionTable<'a, H>
Make boxed instruction table that calls outer
closure for every instruction.