pub type TlsClientStream<S> = TcpClientStream<AsyncIoTokioAsStd<TokioTlsStream<AsyncIoStdAsTokio<S>>>>;
Available on crate feature dns-over-openssl only.
Expand description

A Type definition for the TLS stream