Searched defs:remove_dir_all (Results 1 – 7 of 7) sorted by relevance
11 pub async fn remove_dir_all(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir_all() function
84 mod remove_dir_all; module
1 # remove_dir_all chapter
8 async fn remove_dir_all() { in remove_dir_all() function
25 pub fn remove_dir_all<P: AsRef<Path>>(path: P) -> io::Result<()> { in remove_dir_all() function
137 pub async fn remove_dir_all(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir_all() function
180 pub fn remove_dir_all<P>(path: P) -> io::Result<()> in remove_dir_all() function