pub type BoxedLoaderFuture = Pin<Box<dyn Future<Output = Result<LoaderPayload, LoadError>> + Send>>;
Future type for resource loading. See ‘ResourceLoader’.
pub struct BoxedLoaderFuture { /* private fields */ }