pub unsafe fn to_system_stream(fd: SafeDescriptor) -> Result<SystemStream>
Expand description

Convert a SafeDescriptor to a UnixStream.

§Safety

file must represent a unix domain socket.