Module handler
Available on crate feature 
evm only.Expand description
Handler implementations for inspector integration.
Traits§
- Inspector
Handler  - Trait that extends 
Handlerwith inspection functionality. 
Functions§
- frame_
end  - Handles the end of a frame by calling the appropriate inspector method.
 - frame_
start  - Handles the start of a frame by calling the appropriate inspector method.
 - inspect_
instructions  - Run Interpreter loop with inspection support.