pub type BoxFuture = Pin<Box<dyn Future<Output = ()> + Send>>;
pub struct BoxFuture { /* private fields */ }