Trait trust_dns::client::ClientStreamHandle [] [src]

pub trait ClientStreamHandle {
    fn send(&mut self, buffer: Vec<u8>) -> Result<()>;
}

Implementations of Sinks for sending DNS messages

Required Methods

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

Implementors