pub async fn write_overlap_to_file(
country_code: &str,
as_number: &str,
overlaps: &BTreeSet<IpNet>,
mode: &str,
format_enum: OutputFormat,
) -> Result<(), Box<dyn Error + Send + Sync>>Expand description
国コード+AS番号の重複CIDRリストを書き出す Overlap用