Vladimir Matveev d97bfb22f8 Added ToSocketAddr trait
This commit adds ToSocketAddr trait to std::io::net::ip module. This
trait is used for generic conversion from different types (strings,
(string, u16) tuples, etc.) into a SocketAddr instance. It supports
multiple output SocketAddresses when it is appropriate (e.g. DNS name
resolution).

This trait is going to be used by TcpStream, TcpListener and UdpSocket
structures.
2014-11-05 12:01:23 +03:00
..
2014-11-05 12:01:23 +03:00
2014-11-04 00:20:37 +11:00
2014-11-01 19:56:07 -05:00
2014-10-28 08:54:21 -07:00
2014-10-29 11:43:07 -04:00
2014-10-31 07:25:34 -05:00
2014-11-02 15:31:52 -08:00
2014-10-29 11:43:07 -04:00