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