Function fs_tracing::copy[][src]

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

Wrapper for fs::copy.