[][src]Trait trust_dns_proto::xfer::dns_handle::DnsStreamHandle

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

Implementations of Sinks for sending DNS messages

Required methods

fn send(&mut self, buffer: SerialMessage) -> Result<(), ProtoError>

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

Loading content...

Implementors

impl DnsStreamHandle for StreamHandle[src]

impl DnsStreamHandle for BufDnsStreamHandle[src]

Loading content...