Function tokio_dns::tcp_connect [] [src]

pub fn tcp_connect<'a, T>(ep: T, handle: Remote) -> IoFuture<TcpStream> where T: ToEndpoint<'a>

Connect to the endpoint using the default resolver.