Skip to content
New issue

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

Support From trait for SockAddr #1573

Closed
stevenengler opened this issue Oct 18, 2021 · 1 comment
Closed

Support From trait for SockAddr #1573

stevenengler opened this issue Oct 18, 2021 · 1 comment

Comments

@stevenengler
Copy link
Contributor

It would be useful if nix provided From implementations for SockAddr. For example, impl From<InetAddr> for SockAddr, impl From<UnixAddr> for SockAddr, etc.

@asomers
Copy link
Member

asomers commented Oct 18, 2021

I'm planning a rewrite of the Sockaddr types, as issue #1544. Let's include this change there.

@asomers asomers closed this as completed Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants