Module abstract_ns::ip_list [] [src]

IpList type which is a list of ip addresses and helper structures to work with ip lists

Structs

IpIterator

Iterator over ip addresses in IpList

IpList

IpList is a wrapper type around Vec<IpAddr> which serves the same role as the Address but for resolving hostnames (or A records) instead of services (i.e. host:port pairs or SRV records)