copy_and_sync_file

Function copy_and_sync_file 

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