Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Dmod.rs108 pub struct Downloader<T> { struct
115 impl Downloader<()> { argument
148 impl<T: DownloadOperator + Unpin> Downloader<T> { implementation