[][src]Function tokio::fs::create_dir

pub fn create_dir<P>(path: P) -> impl Future<Output = Result<(), Error>> where
    P: AsRef<Path>, 

Creates a new, empty directory at the provided path

This is an async version of std::fs::create_dir