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