Expand description
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§
- Lookup
Ip - Result of a DNS query when querying for A or AAAA records.
- Lookup
IpFuture - The Future returned from crate::AsyncResolver when performing an A or AAAA lookup.
- Lookup
IpInto Iter - Borrowed view of set of RDatas returned from a Lookup
- Lookup
IpIter - Borrowed view of set of IPs returned from a LookupIp