Function tempfile::tempfile_in [] [src]

pub fn tempfile_in<P: AsRef<Path>>(dir: P) -> Result<File>

Create an unnamed temporary file in the specified directory.

See tempfile() for more information.