Function git_tempfile::create_dir::all

source ·
pub fn all(dir: &Path, retries: Retries) -> Result<&Path>
Expand description

Create all directories leading to dir including dir itself with the specified amount of retries. Returns the input dir on success that make it useful in expressions.