Function cpp_to_rust_common::file_utils::rename_file [] [src]

pub fn rename_file<P: AsRef<Path>, P2: AsRef<Path>>(path1: P,
                                                    path2: P2)
                                                    -> Result<()>