Module trust_dns_proto::rustls::tls_stream[][src]

This is supported on crate feature dns-over-rustls only.
Expand description

DNS over TLS I/O stream implementation for Rustls

Functions

Creates a new TlsStream to the specified name_server

Initializes a TlsStream with an existing tokio_tls::TlsStream.

Type Definitions

Predefined type for abstracting the base I/O TlsStream with TokioTls

Predefined type for abstracting the TlsClientStream with TokioTls

Predefined type for abstracting the TlsServerStream with TokioTls