pub fn validate_final_frame_state(
frame_state: &FrameState,
) -> Result<(), FrameStateError>
Expand description
Validates that the state at the end of a function is valid.
pub fn validate_final_frame_state(
frame_state: &FrameState,
) -> Result<(), FrameStateError>
Validates that the state at the end of a function is valid.