pub type Job = Pin<Box<dyn Future<Output = ()> + Send>>;
#[repr(transparent)]pub struct Job { /* private fields */ }