Type Alias HttpFetcher

Source
pub type HttpFetcher = Arc<dyn HttpFetchDyn>;
Expand description

HttpFetcher is a type erased HttpFetch.

Aliased Typeยง

struct HttpFetcher { /* private fields */ }