pub type ResourceIoFuture<'a, V> = Pin<Box<dyn Future<Output = V> + Send + 'a>>;
Future for resource io loading
pub struct ResourceIoFuture<'a, V> { /* private fields */ }