pub async fn lookup_host(
    host: impl ToSocketAddrs
) -> Result<impl Iterator<Item = SocketAddr>>
Expand description

Performs a DNS resolution.