Function try_resolve_dns

Source
pub async fn try_resolve_dns(
    host: &str,
    port: i32,
) -> Result<SocketAddr, String>