Home
last modified time | relevance | path

Searched defs:remove_dir_all (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tokio/src/fs/
Dremove_dir_all.rs11 pub async fn remove_dir_all(path: impl AsRef<Path>) -> io::Result<()> { in remove_dir_all() function
Dmod.rs66 mod remove_dir_all; module