Why doesn't std::net::SocketAddr implement std::cmp::Ord and std::cmp::PartialOrd? #53710
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
It seems to me a bug, because
std::net::IpAddr
implementsstd::cmp::Ord
andstd::cmp::PartialOrd
.The text was updated successfully, but these errors were encountered: