Macro temp_dir_create

Source
macro_rules! temp_dir_create {
    () => { ... };
}
Available on crate feature test_tools only.
Expand description

Create and return a temporary directory based on the current function name.