Type Alias Job

Source
pub type Job = Box<dyn Fn() + Send>;
Expand description

Job for worker

Aliased Typeยง

struct Job(/* private fields */);