Struct tmp_env::CurrentDir [−][src]
pub struct CurrentDir(_);
Expand description
A helper datastructure for ensuring that we switch back to the current folder before the end of the current scope.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CurrentDirimpl Send for CurrentDirimpl Sync for CurrentDirimpl Unpin for CurrentDirimpl UnwindSafe for CurrentDir