Function parse_all_country_codes

Source
pub fn parse_all_country_codes(
    rir_texts: &[String],
) -> Result<HashMap<String, (Vec<IpNet>, Vec<IpNet>)>, Box<dyn Error + Send + Sync>>