Type Definition trust_dns_resolver::BackgroundLookup[][src]

type BackgroundLookup<F = LookupFuture> = Background<LookupFuture, F>;

Future returned by lookup requests to the background task.