pub trait AsJob { // Required method fn as_job<'a>(self: Arc<Self>) -> Arc<dyn Job + 'a> where Self: 'a; }