Expand description

Types representing where the data is the sent.

Structs

A destination endpoint with any associated metadata.
A valid socket address. This differs from std::net::SocketAddr, in that it it supports parsing Domain Names in addition to IP addresses. Domain Names are resolved when ToSocketAddrs::to_socket_addrs is called.
The location of an Endpoint.
A set of endpoints optionally grouped by a Locality.
Metadata specific to endpoints.

Enums