[][src]Module trust_dns_rustls::tls_stream

DNS over TLS I/O stream implementation for Rustls

Functions

tls_connect

Creates a new TlsStream to the specified name_server

tls_from_stream

Initializes a TlsStream with an existing tokio_tls::TlsStream.

Type Definitions

TlsStream

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

TokioTlsClientStream

Predefined type for abstracting the TlsClientStream with TokioTls

TokioTlsServerStream

Predefined type for abstracting the TlsServerStream with TokioTls