Function make_boxed_instruction_table

Source
pub fn make_boxed_instruction_table<'a, H, SPEC, FN>(
    table: InstructionTable<H>,
    outer: FN,
) -> BoxedInstructionTable<'a, H>
where H: Host, SPEC: Spec + 'a, FN: FnMut(Instruction<H>) -> BoxedInstruction<'a, H>,
Expand description

Make boxed instruction table that calls outer closure for every instruction.