Function create_dir_all_sync

Source
pub fn create_dir_all_sync<P: AsRef<Path>>(dir: P) -> Result<()>