Function revm::inspector_instruction

source ยท
pub fn inspector_instruction<'a, INSP: GetInspector<DB>, DB: Database, Instruction: Fn(&mut Interpreter, &mut Context<INSP, DB>) + 'a>(
    instruction: Instruction
) -> BoxedInstruction<'a, Context<INSP, DB>>
Expand description

Outer closure that calls Inspector for every instruction.