Type Definition trust_dns_native_tls::tls_client_stream::TlsClientStream[][src]

type TlsClientStream<S> = TcpClientStream<AsyncIoTokioAsStd<TokioTlsStream<AsyncIoStdAsTokio<S>>>>;

TlsClientStream secure DNS over TCP stream

See TlsClientStreamBuilder::new()