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