Type Alias Job

Source
type Job = Box<dyn FnOnce() + Send + 'static>;

Aliased Typeยง

struct Job(/* private fields */);