pub fn construct_custom_netdir<F>(func: F) -> BuildResult<PartialNetDir> where
    F: FnMut(usize, &mut NodeBuilders), 
Expand description