Crate remove_dir_all[−][src]
Re-exports
extern crate std; |
use std::prelude::v1::*; |
Functions
remove_dir_all |
Removes a directory at this path, after removing all its contents. Use carefully! |
extern crate std; |
use std::prelude::v1::*; |
remove_dir_all |
Removes a directory at this path, after removing all its contents. Use carefully! |