Type Alias SharedHttpClient

Source
pub type SharedHttpClient = Data<Client>;
Expand description

Helper-Type - Pooled HTTP client.

Aliased Typeยง

struct SharedHttpClient(/* private fields */);