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

A TlsStream counterpart to the TcpStream which embeds a secure TlsStream