pub fn process<J>(
    args: Value,
    state: J::State
) -> Pin<Box<dyn Future<Output = Result<(), JobError>> + Send>>
where J: Job,
Expand description

A provided method to coerce arguments into the expected type and run the job