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