Function validate_return

Source
pub fn validate_return(
    capture: Capture<(ExitReason, Vec<u8>), Infallible>,
    expected_data: &[u8],
)