pub type Resolving = Pin<Box<dyn Future<Output = Result<Addrs, Box<dyn StdError + Send + Sync>>> + Send>>;Available on not (WebAssembly and (
target_os=unknown or bare-metal)).Expand description
Alias for the Future type returned by a DNS resolver.
Aliased Typeยง
pub struct Resolving { /* private fields */ }