pub(crate) fn convert_path_to_socket_address(
path: &Path,
) -> Result<SocketAddrUnix>
Expand description
Converts a Path
to its socket address representation.
This function is abstract socket-aware.
pub(crate) fn convert_path_to_socket_address(
path: &Path,
) -> Result<SocketAddrUnix>
Converts a Path
to its socket address representation.
This function is abstract socket-aware.