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