Net.SocketAddr
case V4(SocketAddrV4)case V6(SocketAddrV6)Represents a Socket Address.
Definitions
Attempts to parse the given String x as a SocketAddr.
Returns Some(socket) if the string was successfully parsed. Otherwise returns None.
case V4(SocketAddrV4)case V6(SocketAddrV6)Represents a Socket Address.
Attempts to parse the given String x as a SocketAddr.
Returns Some(socket) if the string was successfully parsed. Otherwise returns None.