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