revm_interpreter::opcode

Function make_boxed_instruction_table

Source
pub fn make_boxed_instruction_table<'a, H, FN>(
    table: &InstructionTable<H>,
    f: FN,
) -> BoxedInstructionTable<'a, H>
where H: Host + ?Sized, FN: FnMut(Instruction<H>) -> BoxedInstruction<'a, H>,
Expand description

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