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

Required Methods§

Implementors§