Method lrs::socket::unix::UnixSockAddr::as_mut_abstract

Returns the mutable abstract address of an abstract Unix socket address.

Syntax

impl UnixSockAddr {
    fn as_mut_abstract(&mut self) -> Result<&mut [u8], Errno>
}