We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FromStr
SocketAddrV4
SocketAddrV6
I need to parse an ipv4 address. I feel like these impls are missing seeing as we have impls of FromStr for SocketAddr, Ipv4Addr and Ipv6Addr.
SocketAddr
Ipv4Addr
Ipv6Addr
The text was updated successfully, but these errors were encountered:
std: Implement FromStr for SocketAddrV{4,6}
8aa6a11
This was already implemented for SocketAddr, so the other types are lacking it is just an oversight! Closes rust-lang#29183
Auto merge of #29190 - alexcrichton:from-str-socket-addr, r=brson
ff5cc89
This was already implemented for SocketAddr, so the other types are lacking it is just an oversight! Closes #29183
No branches or pull requests
I need to parse an ipv4 address. I feel like these impls are missing seeing as we have impls of
FromStr
forSocketAddr
,Ipv4Addr
andIpv6Addr
.The text was updated successfully, but these errors were encountered: