revm_interpreter::opcode

Type Alias BoxedInstructionTable

Source
pub type BoxedInstructionTable<'a, H> = [BoxedInstruction<'a, H>; 256];
Expand description

A table of boxed instructions.