//! Module representing the remote (peer) address of a connection.
use AddrStream;
use SocketAddr;
/// Defines a method to get the remote (peer) address of a connection.
///
/// This trait might be needed to be implemented by for example custom TLS implementations.