Function copy_file

Source
pub async fn copy_file(
    source_path: &str,
    destination_path: &str,
) -> Result<(), Error>