Type Alias Instruction

Source
pub type Instruction<W, H> = fn(InstructionContext<'_, H, W>);
Expand description

EVM opcode function signature.