Type Definition lightspeed_scheduler::job::JobFn[][src]

type JobFn = dyn Send + Fn() -> Pin<Box<dyn Future<Output = Result<(), Box<dyn Error + Send + Sync>>> + Send>> + 'static;