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

Future type for resource loading. See ‘ResourceLoader’.

Aliased Type§

struct BoxedLoaderFuture { /* private fields */ }