Struct mkstemp::TempDir
[−]
[src]
pub struct TempDir {
pub dir: PathBuf,
}Implementation of a temp dir
Fields
dir |
pub struct TempDir {
pub dir: PathBuf,
}Implementation of a temp dir
dir |
impl Drop for TempDirfn drop(&mut self)