Method lrs::socket::unix::UnixSockAddr::as_mut_path

Returns the mutable path of a path Unix socket address.

Syntax

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