Function tokio_dns::tcp_connect_with
[−]
[src]
pub fn tcp_connect_with<'a, T, R>(ep: T, handle: &Handle, resolver: R) -> IoFuture<TcpStream> where T: ToEndpoint<'a>, R: Resolver
Connect to the endpoint using a custom resolver.