Home
last modified time | relevance | path

Searched defs:download (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dtimer_test.rs39 async fn download(self) { in download() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Dmod.rs165 pub async fn download(&mut self) -> Result<(), HttpClientError> { in download() method
Doperator.rs50 fn download<'a, 'b>(&'a mut self, data: &'b [u8]) -> DownloadFuture<'a, 'b, Self> in download() method