pub fn create_tmp() -> DistResult<(TempDir, Utf8PathBuf)>Expand description
Creates a temporary directory, returning the directory and its path as a Utf8PathBuf.
pub fn create_tmp() -> DistResult<(TempDir, Utf8PathBuf)>Creates a temporary directory, returning the directory and its path as a Utf8PathBuf.