Type Definition trust_dns_proto::native_tls::tls_client_stream::TlsClientStream[][src]

pub type TlsClientStream<S> = TcpClientStream<AsyncIoTokioAsStd<TokioTlsStream<AsyncIoStdAsTokio<S>>>>;
This is supported on crate feature dns-over-native-tls only.
Expand description

TlsClientStream secure DNS over TCP stream

See TlsClientStreamBuilder::new()