Struct jsonrpc_client_http::DefaultClient[][src]

pub struct DefaultClient;

Default Client creator that defaults to creating a standard Client with just hyper::Client::new(handle).

Trait Implementations

impl Debug for DefaultClient
[src]

Formats the value using the given formatter. Read more

impl Default for DefaultClient
[src]

Returns the "default value" for a type. Read more

impl ClientCreator for DefaultClient
[src]

The connector type inside the Client created by this type.

The error emitted by this type in case creating the Client failed.

Tries to create a Hyper Client based on the given Tokio Handle.

Auto Trait Implementations