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

A Type definition for the TLS stream

Aliased Type§

struct TlsClientStream<S> { /* private fields */ }