revm_interpreter::opcode

Type Alias BoxedInstruction

Source
pub type BoxedInstruction<'a, H> = Box<DynInstruction<'a, H>>;
Expand description

EVM boxed dynamic opcode function signature.

Aliased Typeยง

struct BoxedInstruction<'a, H>(/* private fields */);