Struct mkstemp::TempDir [] [src]

pub struct TempDir {
    pub dir: PathBuf,
}

Implementation of a temp dir

Fields

dir

Trait Implementations

impl Drop for TempDir

fn drop(&mut self)