Returns the peer address of the connection.
(&self)
| 191 | |
| 192 | /// Returns the peer address of the connection. |
| 193 | pub fn peer_addr(&self) -> &Option<IpAddr> { |
| 194 | &self.peer_addr |
| 195 | } |
| 196 | } |
| 197 | |
| 198 | impl<A> FramedConn<A> |
no outgoing calls
no test coverage detected