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

Required Methods

Implementors