Macro test_temp_dir::test_temp_dir
source ยท macro_rules! test_temp_dir {
{} => { ... };
}Expand description
Obtain a TestTempDir for the current test
Must be called in the same thread as the actual #[test] entrypoint!
fn test_temp_dir() -> TestTempDir;