pub fn enable_uds_socket_credentials<'sock, S>(socket: &'sock S) -> Result<()>where SockRef<'sock>: From<&'sock S>,
Enables the SO_PASSCRED option on the given socket.
SO_PASSCRED
If the underlying system call fails, an error is returned.