pub type TlsStream<S> = TcpStream<AsyncIoTokioAsStd<SslStream<S>>>;
Expand description

A TlsStream counterpart to the TcpStream which embeds a secure TlsStream