Type Definition trust_dns_native_tls::TlsClientStream[][src]

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

TlsClientStream secure DNS over TCP stream

See TlsClientStreamBuilder::new()