#[derive(VexJob)] { // Attributes available to this derive: #[job] }
Auto-implements the Job trait for a struct.
Job
Usage:
#[derive(VexJob)] struct MyJob { ... }