pub type CustomClient<Resolver> = Client<RuntimeClient<Resolver>>;Expand description
Type alias for the custom Tokio-based HTTP client.
Aliased Typeยง
pub struct CustomClient<Resolver> { /* private fields */ }pub type CustomClient<Resolver> = Client<RuntimeClient<Resolver>>;Type alias for the custom Tokio-based HTTP client.
pub struct CustomClient<Resolver> { /* private fields */ }