Module message_io::remote_addr[][src]

Enums

RemoteAddr

An struct that contains a remote address. It can be Either, an address similar to SocketAddr or an Url used for protocols that needs more than the SocketAddr to get connected (e.g. WebSocket) It is usually used in crate::network::Network::connect() to specify the remote address.

Traits

ToRemoteAddr