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