Function write_list_txt

Source
pub fn write_list_txt<P: AsRef<Path>>(
    path: P,
    ipnets: &BTreeSet<IpNet>,
    mode: &str,
    header: &str,
) -> Result<()>
Expand description

TXT出力用の共通ヘルパー