Module trust_dns_proto::native_tls
source · [−]Available on crate feature
dns-over-native-tls
only.Expand description
TLS protocol related components for DNS over TLS
Re-exports
pub use self::tls_client_stream::TlsClientStream;
pub use self::tls_client_stream::TlsClientStreamBuilder;
pub use self::tls_stream::TlsStream;
pub use self::tls_stream::TlsStreamBuilder;
Modules
TlsClientStream for DNS over TLS
Base TlsStream