Function disk_utils::testing::create_two_test_files [] [src]

pub fn create_two_test_files<P1: AsRef<Path> + ?Sized + RefUnwindSafe, P2: AsRef<Path> + ?Sized + RefUnwindSafe, F: FnOnce(&P1, &P2, File, File) -> R + UnwindSafe, R>(
    path1: &P1,
    path2: &P2,
    fun: F
) -> Result<R>