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

TlsClientStream secure DNS over TCP stream

See TlsClientStreamBuilder::new()