Trait ux::prelude::UnixSocketAddressExtManual[]

pub trait UnixSocketAddressExtManual {
    pub fn get_path(&self) -> Option<UnixSocketAddressPath<'_>>;
}

Required methods

pub fn get_path(&self) -> Option<UnixSocketAddressPath<'_>>

Loading content...

Implementors

impl<O> UnixSocketAddressExtManual for O where
    O: IsA<UnixSocketAddress>, 

Loading content...