Struct trust_dns_native_tls::tls_client_connection::TlsClientConnection [] [src]

pub struct TlsClientConnection { /* fields omitted */ }

Tls client connection

Use with trust_dns::client::Client impls

Methods

impl TlsClientConnection
[src]

Creates a new builder for the construction of a TlsClientConnection.

Trait Implementations

impl ClientConnection for TlsClientConnection
[src]

The associated DNS Message stream type.

Return the inner Futures items Read more