VexJob

Derive Macro VexJob 

Source
#[derive(VexJob)]
{
    // Attributes available to this derive:
    #[job]
}
Expand description

Auto-implements the Job trait for a struct.

Usage:

#[derive(VexJob)]
struct MyJob { ... }