Function tokio_dns::tcp_bind_with [] [src]

pub fn tcp_bind_with<'a, T, R>(ep: T, handle: &Handle, resolver: R) -> IoFuture<TcpListener> where T: ToEndpoint<'a>, R: Resolver

Bind to the endpoint using a custom resolver.