[][src]Function hygeia::utils::copy_file

pub fn copy_file<P1: AsRef<Path>, P2: AsRef<Path>>(
    from: P1,
    to: P2
) -> Result<u64>