Trait unix_socket::os::linux::SocketAddrExt [−][src]
Linux specific extensions for the SocketAddr
type.
Required methods
fn as_abstract(&self) -> Option<&[u8]>
[src]
Returns the contents of this address (without the leading
null byte) if it is an abstract
address.