Method lrs::socket::unix::UnixSockAddr::as_path

Returns the path of a path Unix socket address.

Syntax

impl UnixSockAddr {
    fn as_path(&self) -> Result<&CStr, Errno>
}