[][src]Type Definition jpegxl_rs::JpegxlParallelRetCode

type JpegxlParallelRetCode = i32;

Return code used in the JpegxlParallel* functions as return value. A value of 0 means success and any other value means error. The special value JPEGXL_PARALLEL_RET_RUNNER_ERROR can be used by the runner to indicate any other error.