Skip to main content

Job

Type Alias Job 

Source
type Job = Box<dyn FnOnce(&Connection) + Send>;

Aliased Typeยง

struct Job(/* private fields */);