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