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