Trait trust_dns::client::ClientConnection [] [src]

pub trait ClientConnection: Sized {
    type MessageStream;
    fn unwrap(self)
              -> (Core, Box<Future<Item=Self::MessageStream, Error=Error>>, Box<ClientStreamHandle>); }

Trait for client connections

Associated Types

Required Methods

Implementors