Trait InspectorFrame
pub trait InspectorFrame: FrameTr<FrameResult = FrameResult, FrameInit = FrameInit> {
type IT: InterpreterTypes;
// Required method
fn eth_frame(&mut self) -> Option<&mut EthFrame>;
}Available on crate feature
evm only.Expand description
Trait that extends the FrameTr trait with additional functionality that is needed for inspection.
Required Associated Types§
type IT: InterpreterTypes
type IT: InterpreterTypes
The interpreter types used by this frame.
Required Methods§
Implementors§
§impl InspectorFrame for EthFrame
Impl InspectorFrame for EthFrame.
impl InspectorFrame for EthFrame
Impl InspectorFrame for EthFrame.