pub async fn create_dir<P: AsRef<Path>>(path: P) -> Result<()>
An async version of std::fs::create_dir.
std::fs::create_dir