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