run_make_support::rfs

Function copy

source
pub fn copy<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q)
Expand description

A wrapper around std::fs::copy which includes the file path in the panic message.