Struct hyper_rustls::TlsClient [] [src]

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

Fields

Methods

impl TlsClient
[src]

Trait Implementations

impl SslClient for TlsClient
[src]

The protected stream.

Wrap a client stream with SSL.