Type Definition api_request_utils_rs::dns::Resolving
source · pub type Resolving = Pin<Box<dyn Future<Output = Result<Box<dyn Iterator<Item = SocketAddr> + Send, Global>, Box<dyn Error + Send + Sync, Global>>> + Send, Global>>;
Expand description
Alias for the Future
type returned by a DNS resolver.