(&self)
| 251 | /// [std::net::Ipv4Addr::UNSPECIFIED] is used for representing peers that can't provide it's socket address. |
| 252 | #[inline] |
| 253 | pub fn socket_addr(&self) -> &SocketAddr { |
| 254 | &self.ext.0.addr |
| 255 | } |
| 256 | |
| 257 | /// exclusive version of [RequestExt::socket_addr] |
| 258 | #[inline] |
no outgoing calls
no test coverage detected