Skip to main content

temp_dir_string

Function temp_dir_string 

Source
pub fn temp_dir_string() -> String
Expand description

Return the default temporary directory as a String.

Convenience wrapper around temp_dir for code that stores paths as String fields (e.g. configuration structs).