Function tempfile::util::create_helper

source ยท
pub fn create_helper<R>(
    base: &Path,
    prefix: &OsStr,
    suffix: &OsStr,
    random_len: usize,
    f: impl FnMut(PathBuf) -> Result<R>,
) -> Result<R>