pub type ServerList = Vec<SocketAddress>;
Expand description
Alias for a list of net::SocketAddress
.
The servers in the list are in priority order.
Aliased Typeยง
struct ServerList { /* private fields */ }
pub type ServerList = Vec<SocketAddress>;
Alias for a list of net::SocketAddress
.
The servers in the list are in priority order.
struct ServerList { /* private fields */ }