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

pub trait ClientStreamHandle: 'static + Send {
    fn send(&mut self, buffer: SerialMessage) -> Result<(), ProtoError>;
}

Implementations of Sinks for sending DNS messages

Required Methods

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

Implementors