Structs§
- TlsAcceptor
- A wrapper around a
native_tls::TlsAcceptor, providing an asyncacceptmethod. - TlsConnector
- A wrapper around a
native_tls::TlsConnector, providing an asyncconnectmethod. - TlsStream
- A wrapper around an underlying raw stream which implements the TLS or SSL protocol.