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]

[src]

Formats the value using the given formatter.

impl Default for DefaultClient
[src]

[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.

[src]

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