Function wire::udp::bind [] [src]

pub fn bind<I, O, A: ToSocketAddrs>(addr: A) -> IoResult<(Sender<I>, Receiver<(SocketAddr, O)>)> where A: ToSocketAddrs, I: Encodable, O: Decodable + Send + 'static