Struct trust_dns_proto::BasicDnsHandle [] [src]

pub struct BasicDnsHandle<E: FromProtoError> { /* fields omitted */ }

Root DnsHandle implementaton returned by DnsFuture

This can be used directly to perform queries. See trust_dns::client::SecureDnsHandle for a DNSSEc chain validator.

Trait Implementations

impl<E: Clone + FromProtoError> Clone for BasicDnsHandle<E>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<E> DnsHandle for BasicDnsHandle<E> where
    E: FromProtoError + 'static, 
[src]

The associated error type returned by future send operations

[src]

Send a message via the channel in the client Read more

[src]

Ony returns true if and only if this DNS handle is validating DNSSec. Read more

[src]

A classic DNS query Read more