Struct hyper_sync_rustls::TlsClient [] [src]

pub struct TlsClient {
    pub cfg: Arc<ClientConfig>,
}

Fields

Methods

impl TlsClient
[src]

Trait Implementations

impl Clone for TlsClient
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl SslClient for TlsClient
[src]

The protected stream.

[src]

Wrap a client stream with SSL.