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

type TlsClientStream = TcpClientStream<AsyncIo02As03<TokioTlsStream<TokioTcpStream>>>;

TlsClientStream secure DNS over TCP stream

See TlsClientStreamBuilder::new()