Function process_country_code_from_map

Source
pub async fn process_country_code_from_map(
    country_code: &str,
    country_map: &HashMap<String, (Vec<IpNet>, Vec<IpNet>)>,
    mode: &str,
    output_format: OutputFormat,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

パース済みの国コードマップから特定の国コードのIPアドレスを取得し、ファイルに書き出す。