[][src]Module trust_dns_resolver::lookup_ip

LookupIp result from a resolution of ipv4 and ipv6 records with a Resolver.

At it's heart LookupIp uses Lookup for performing all lookups. It is unlike other standard lookups in that there are customizations around A and AAAA resolutions.

Structs

LookupIp

Result of a DNS query when querying for A or AAAA records.

LookupIpFuture

The Future returned from ResolverFuture when performing an A or AAAA lookup.

LookupIpIntoIter

Borrowed view of set of RDatas returned from a Lookup

LookupIpIter

Borrowed view of set of IPs returned from a LookupIp