Searched defs:Downloader (Results 1 – 1 of 1) sorted by relevance
108 pub struct Downloader<T> { struct115 impl Downloader<()> { argument148 impl<T: DownloadOperator + Unpin> Downloader<T> { implementation