Type Alias JobType

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

Aliased Typeยง

struct JobType(/* private fields */);