copy_and_replace

Function copy_and_replace 

Source
pub fn copy_and_replace<P, Q>(from: P, to: Q) -> Result<()>
where P: AsRef<Path>, Q: AsRef<Path>,