Type Alias JobHandler

Source
pub type JobHandler = Arc<dyn Fn(JobEntry) -> BoxFuture<'static, JobResult<()>> + Send + Sync>;
Expand description

Job handler function type

Aliased Typeยง

pub struct JobHandler { /* private fields */ }