pub type BoxFuture<T> = Pin<Box<dyn Future<Output = T> + Send + 'static>>;
Convenience alias for the owned, sendable futures returned by RandomAccess::read.
RandomAccess::read
pub struct BoxFuture<T> { /* private fields */ }