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

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

Required Methods

Implementors