Function reth_revm::interpreter::opcode::instruction

pub const fn instruction<H, SPEC>(
    opcode: u8,
) -> fn(_: &mut Interpreter, _: &mut H)
where H: Host + ?Sized, SPEC: Spec,
Expand description

Returns the instruction function for the given opcode and spec.