UnixSocketAddress

Type Alias UnixSocketAddress 

Source
pub type UnixSocketAddress = LocalSocketAddress;

Aliased Type§

pub struct UnixSocketAddress {
    path: String,
    abstract_name: bool,
}

Fields§

§path: String

Socket path or name (may be empty for unnamed sockets)

§abstract_name: bool

Whether this is an abstract name (not filesystem-based)