ensure_dir_exists

Function ensure_dir_exists 

Source
pub fn ensure_dir_exists<P: AsRef<Path>>(path: P) -> Result<()>
Expand description

Ensure directory exists, creating if necessary