pub type TlsClientStream<S> = TcpClientStream<AsyncIoTokioAsStd<SslStream<AsyncIoStdAsTokio<S>>>>;
Expand description

A Type definition for the TLS stream