pub async fn create_dir(path: impl AsRef<Path>) -> Result<(), Error>
fs
Creates a new, empty directory at the provided path.