pub fn create_dir_all(p: impl AsRef<Path>) -> Result<()>
Expand description

Equivalent to std::fs::create_dir_all with better error messages.