pub type TlsStream<S> = TcpStream<AsyncIoTokioAsStd<SslStream<S>>>;
A TlsStream counterpart to the TcpStream which embeds a secure TlsStream
struct TlsStream<S> { /* private fields */ }