pub type UnixSocketAddress = LocalSocketAddress;Aliased Type§
pub struct UnixSocketAddress {
path: String,
abstract_name: bool,
}Fields§
§path: StringSocket path or name (may be empty for unnamed sockets)
abstract_name: boolWhether this is an abstract name (not filesystem-based)