Function extra::tempfile::mkdtemp

pub fn mkdtemp(tmpdir: &std::path::PosixPath, suffix: &str) -> std::option::Option

Attempts to make a temporary directory inside of tmpdir whose name will have the suffix suffix. If no directory can be created, None is returned.