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
Feature gate:
#![feature(unix_socket_creation)]This is a tracking issue for
os::unix::net::SocketAddr::from_path.Public API
Steps / History
Unresolved Questions
from_pathnameto matchas_pathname?from_pathname.