Function regorust::regoOutputOk
source ยท pub unsafe extern "C" fn regoOutputOk(
output: *mut regoOutput,
) -> regoBoolean
Expand description
Returns whether the output is ok.
If the output resulted in a valid query result, then this function will return true. Otherwise, it will return false, indicating that the output contains an error sequence.
@param output The output. @return Whether the output is ok.