Trait sourceview5::prelude::UnixSocketAddressExt
source · pub trait UnixSocketAddressExt: IsA<UnixSocketAddress> + Sealed + 'static {
// Provided methods
fn address_type(&self) -> UnixSocketAddressType { ... }
fn is_abstract(&self) -> bool { ... }
fn path_len(&self) -> usize { ... }
fn path_as_array(&self) -> Option<ByteArray> { ... }
}
Provided Methods§
fn address_type(&self) -> UnixSocketAddressType
fn is_abstract(&self) -> bool
fn path_len(&self) -> usize
fn path_as_array(&self) -> Option<ByteArray>
Object Safety§
This trait is not object safe.