Type Alias Resolving
type Resolving = Pin<Box<dyn Future<Output = Result<Addrs, Box<dyn StdError + Send + Sync>>> + Send>>
Alias for the Future type returned by a DNS resolver.
Resolvingtype Resolving = Pin<Box<dyn Future<Output = Result<Addrs, Box<dyn StdError + Send + Sync>>> + Send>>
Alias for the Future type returned by a DNS resolver.