Type Definition trust_dns::client::StreamHandle [] [src]

type StreamHandle = UnboundedSender<Vec<u8>>;

A reference to a Sender of bytes returned from the creation of a UdpClientStream or TcpClientStream

Trait Implementations

impl ClientStreamHandle for StreamHandle
[src]

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