Searched defs:download (Results 1 – 3 of 3) sorted by relevance
164 pub async fn download(&mut self) -> Result<(), HttpClientError> { in download() method286 async fn download() { in download() function
50 fn download<'a, 'b>(&'a mut self, data: &'b [u8]) -> DownloadFuture<'a, 'b, Self> in download() method
23 async fn download() { in download() function