Type Definition trust_dns_resolver::BackgroundLookup

source ·
pub type BackgroundLookup<F = LookupFuture> = Background<LookupFuture, F>;
Expand description

Future returned by lookup requests to the background task.