Type Alias Client

Source
pub type Client<C> = Client<C, Body>;
Expand description

A client.

Aliased Typeยง

pub struct Client<C> { /* private fields */ }