pub type JobResult = Result<()>;
Job result
pub enum JobResult { Ok(()), Err(QueueError), }
Contains the success value
Contains the error value