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