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