Skip to main content

CustomClient

Type Alias CustomClient 

Source
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 */ }