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