Skip to content

Tracking Issue for unix_socket_creation #93423

Closed
@Thomasdezeeuw

Description

@Thomasdezeeuw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions