Type Alias UnixSocketAddrRef
Source pub type UnixSocketAddrRef<'a> = AddrName<'a>;
enum UnixSocketAddrRef<'a> {
Unnamed,
Path(&'a Path),
Abstract(&'a [u8]),
}
Unnamed / anonymous address.
Regular file path based address.
Can be both relative and absolute.
Address in the abstract namespace.