Searched defs:Path (Results 1 – 2 of 2) sorted by relevance
32 pub fn move_files(src: &Path, dst: &Path) -> std::io::Result<()> { in move_files() argument 48 pub fn copy_dir_all(src: &Path, dst: &Path) -> Result<(), String> { in copy_dir_all() argument
32 pub fn move_files(src: &Path, dst: &Path) -> std::io::Result<()> { in move_files()48 pub fn copy_dir_all(src: &Path, dst: &Path) -> Result<(), String> { in copy_dir_all()