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.
macro_rules! temp_dir_create {
() => { ... };
}
test_tools
only.Create and return a temporary directory based on the current function name.