pub type HttpFetcher = Arc<dyn HttpFetchDyn>;
HttpFetcher is a type erased HttpFetch.
HttpFetch
struct HttpFetcher { /* private fields */ }