Closed
Description
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
- Implementation: #93239
- Final comment period (FCP): Rename unix::net::SocketAddr::from_path to from_pathname and stabilize it #94356 (comment)
- Stabilization PR: Rename unix::net::SocketAddr::from_path to from_pathname and stabilize it #94356
Unresolved Questions
- Name it
from_pathname
to matchas_pathname
?- Rename unix::net::SocketAddr::from_path to from_pathname and stabilize it #94356 renames the method to
from_pathname
.
- Rename unix::net::SocketAddr::from_path to from_pathname and stabilize it #94356 renames the method to