pub type ServerList = Vec<SocketAddress>;
Alias for a list of [net::SocketAddress].
net::SocketAddress
The servers in the list are in priority order.
pub struct ServerList { /* private fields */ }