pub trait JobCode: ToCode<Box<JobToRunAsync>> + Send { }

Implementors