Searched defs:CacheDownloadError (Results 1 – 4 of 4) sorted by relevance
19 pub struct CacheDownloadError { struct25 impl CacheDownloadError { implementation45 impl From<io::Error> for CacheDownloadError { implementation55 impl<'a, E> From<&'a E> for CacheDownloadError implementation
74 fn on_fail(&mut self, error: CacheDownloadError, task_id: &str) { in on_fail()178 type CacheDownloadError; typedef243 fn OnFail(self: &PreloadCallbackWrapper, error: Box<CacheDownloadError>, task_id: &str); in OnFail()
30 fn on_fail(&mut self, error: CacheDownloadError, task_id: &str) {} in on_fail()
60 fn on_fail(&mut self, error: CacheDownloadError, _task_id: &str) { in on_fail()