Function frame_end

pub fn frame_end<CTX, INTR>(
    context: &mut CTX,
    inspector: &mut impl Inspector<CTX, INTR>,
    frame_input: &FrameInput,
    frame_output: &mut FrameResult,
)
where INTR: InterpreterTypes,
Expand description

Handles the end of a frame by calling the appropriate inspector method.