pub type JobResult = RUMResult<JobResultType>;
pub enum JobResult { Ok(JobResultType), Err(CompactString), }
Contains the success value
Contains the error value