Module client
Structsยง
- Connect
- Future returned from
TlsConnector::connectwhich will resolve once the connection handshake has finished. - Fallible
Connect - Like Connect, but returns
IOon failure. - TlsConnector
- A wrapper around a
rustls::ClientConfig, providing an asyncconnectmethod. - TlsConnector
With Alpn - TlsStream
- A wrapper around an underlying raw stream which implements the TLS or SSL protocol.