Struct trust_dns_proto::StreamHandle [] [src]

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

The StreamHandle is the general interface for communicating with the DnsFuture

Methods

impl<E> StreamHandle<E> where
    E: FromProtoError
[src]

[src]

Constructs a new StreamHandle for wrapping the sender

Trait Implementations

impl<E> DnsStreamHandle for StreamHandle<E> where
    E: FromProtoError
[src]

The Error type to be returned if there is an error

[src]

Sends a message to the Handle for delivery to the server.