pub type Resolving = Pin<Box<dyn Future<Output = Result<Box<dyn Iterator<Item = SocketAddr> + Send>, Box<dyn Error + Sync + Send>>> + Send>>;Expand description
Alias for the Future type returned by a DNS resolver.
Aliased Typeยง
pub struct Resolving { /* private fields */ }