pub type LoaderResult<T> = Pin<Box<dyn Future<Output = Resource<T>>>>;
Expand description

Type that should be returned from Loader which is in fact a future resource.