Struct jsonrpc_client_http::DefaultTlsClient [] [src]

pub struct DefaultTlsClient;

Default Client creator for TLS enabled clients. Creates a Hyper Client based on hyper_tls::HttpsConnector.

Trait Implementations

impl Debug for DefaultTlsClient
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for DefaultTlsClient
[src]

[src]

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

impl ClientCreator for DefaultTlsClient
[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.

Auto Trait Implementations