Type Definition reqwest::dns::Resolving

source · []
pub type Resolving = Pin<Box<dyn Future<Output = Result<Addrs, Box<dyn StdError + Send + Sync>>> + Send>>;
Expand description

Alias for the Future type returned by a DNS resolver.