pub trait SetRunner { // Required method fn apply(self, job: Job) -> Job; }
Set the run for a Job
run