Function frame_start  
pub fn frame_start<CTX, INTR>(
    context: &mut CTX,
    inspector: &mut impl Inspector<CTX, INTR>,
    frame_input: &mut FrameInput,
) -> Option<FrameResult>where
    INTR: InterpreterTypes,Available on crate feature 
evm only.Expand description
Handles the start of a frame by calling the appropriate inspector method.