Struct trust_dns::client::BasicClientHandle [] [src]

pub struct BasicClientHandle { /* fields omitted */ }

Root ClientHandle implementaton returned by ClientFuture

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

Trait Implementations

impl Clone for BasicClientHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl DnsHandle for BasicClientHandle
[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