Function create_dir_async

Source
pub async fn create_dir_async<P: AsRef<Path>>(directory: P) -> Result<(), Error>