Type Alias lightspeed_scheduler::job::JobFn

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