Function fs_tracing::create_dir_all[][src]

pub fn create_dir_all<P: AsRef<Path>>(path: P) -> Result<()>

Wrapper for fs::create_dir_all.