Function tor_netdir::testnet::construct_custom_netdir_with_geoip

source ยท
pub fn construct_custom_netdir_with_geoip<F>(
    func: F,
    db: &GeoipDb
) -> BuildResult<PartialNetDir>
where F: FnMut(usize, &mut NodeBuilders),
Available on crate features testing and geoip only.
Expand description

As construct_custom_netdir(), but with a GeoipDb.