pub type AsyncHttpFetcher = Fetcher<Client>;Expand description
Async HTTP/HTTPS fetcher, suitable for
Loader::register_async_fetcher.
A tokio runtime must be active when the returned future is awaited.
Aliased Typeยง
pub struct AsyncHttpFetcher { /* private fields */ }