Function tokio_dns::udp_bind_with [] [src]

pub fn udp_bind_with<'a, T, R>(ep: T,
                               remote: Remote,
                               resolver: R)
                               -> IoFuture<UdpSocket> where T: ToEndpoint<'a>, R: Resolver

Bind to the endpoint using a custom resolver.