Type Alias revm_interpreter::opcode::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 */);