pub type ImageLoadingTask = Shared<Task<Result<Arc<RenderImage>, ImageCacheError>>>;Expand description
An image loading task associated with an image cache.
Aliased Typeยง
pub struct ImageLoadingTask { /* private fields */ }pub type ImageLoadingTask = Shared<Task<Result<Arc<RenderImage>, ImageCacheError>>>;An image loading task associated with an image cache.
pub struct ImageLoadingTask { /* private fields */ }