Module tls_stream

Source
Expand description

Base TlsStream

Structs§

TlsStreamBuilder
A builder for the TlsStream

Functions§

tls_from_stream
Initializes a TlsStream with an existing tokio_tls::TlsStream.

Type Aliases§

TlsStream
A TlsStream counterpart to the TcpStream which embeds a secure TlsStream