trust_dns_native_tls

Type Alias TlsClientStream

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

TlsClientStream secure DNS over TCP stream

See TlsClientStreamBuilder::new()

Aliased Typeยง

struct TlsClientStream<S> { /* private fields */ }