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

Required methods

Implementors