Type Alias BoxedLoaderFuture

Source
pub type BoxedLoaderFuture = Pin<Box<dyn Future<Output = Result<LoaderPayload, LoadError>> + Send>>;
Expand description

Future type for resource loading. See ‘ResourceLoader’.

Aliased Type§

pub struct BoxedLoaderFuture { /* private fields */ }