enable_uds_socket_credentials

Function enable_uds_socket_credentials 

Source
pub fn enable_uds_socket_credentials<'sock, S>(socket: &'sock S) -> Result<()>
where SockRef<'sock>: From<&'sock S>,
Expand description

Enables the SO_PASSCRED option on the given socket.

ยงErrors

If the underlying system call fails, an error is returned.