Skip to content

Tracking Issue for unix_socket_creation #93423

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
4 tasks done
Thomasdezeeuw opened this issue Jan 28, 2022 · 1 comment · Fixed by #94356
Closed
4 tasks done

Tracking Issue for unix_socket_creation #93423

Thomasdezeeuw opened this issue Jan 28, 2022 · 1 comment · Fixed by #94356
Labels
C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Comments

@Thomasdezeeuw
Copy link
Contributor

Thomasdezeeuw commented Jan 28, 2022

Feature gate: #![feature(unix_socket_creation)]

This is a tracking issue for os::unix::net::SocketAddr::from_path.

Public API

use os::unix::net::SocketAddr;

impl SocketAddr {
    pub fn from_path<P>(path: P) -> io::Result<SocketAddr>
    where
        P: AsRef<Path>;
}

Steps / History

Unresolved Questions

@Thomasdezeeuw Thomasdezeeuw added C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. labels Jan 28, 2022
@Thomasdezeeuw
Copy link
Contributor Author

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant