pub type JobError = Box<dyn Error + Send + Sync>;
Expand description

An error which can occur when handling a job.