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