[][src]Trait unix_socket::os::linux::SocketAddrExt

pub trait SocketAddrExt {
    fn as_abstract(&self) -> Option<&[u8]>;
}

Linux specific extensions for the SocketAddr type.

Required Methods

Returns the contents of this address (without the leading null byte) if it is an abstract address.

Implementors

impl SocketAddrExt for SocketAddr
[src]