ResourceIoFuture

Type Alias ResourceIoFuture 

Source
pub type ResourceIoFuture<'a, V> = Pin<Box<dyn Future<Output = V> + Send + 'a>>;
Expand description

Future for resource io loading

Aliased Typeยง

pub struct ResourceIoFuture<'a, V> { /* private fields */ }