pub type JobHandler = Arc<dyn Fn(Job) -> Pin<Box<dyn Future<Output = QueueResult<()>> + Send>> + Send + Sync>;
Job handler function type.
pub struct JobHandler { /* private fields */ }