Type Definition graph_http::AsyncDownload[][src]

type AsyncDownload = DownloadClient<HttpClient<Arc<Mutex<GraphRequest<Client, Body, Form>>>>, Arc<Mutex<DownloadRequest>>>;

Implementations