macro_rules! temp_dir_create {
() => { ... };
}
Expand description
Create and return a temporary directory based on the current function name.
macro_rules! temp_dir_create {
() => { ... };
}
Create and return a temporary directory based on the current function name.