pub trait UnixSocketAddressExt: 'static {
// Required methods
fn get_address_type(&self) -> UnixSocketAddressType;
fn get_is_abstract(&self) -> bool;
fn get_path_len(&self) -> usize;
fn get_property_abstract(&self) -> bool;
}
pub trait UnixSocketAddressExt: 'static {
// Required methods
fn get_address_type(&self) -> UnixSocketAddressType;
fn get_is_abstract(&self) -> bool;
fn get_path_len(&self) -> usize;
fn get_property_abstract(&self) -> bool;
}