copy

Function copy 

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

Wrapper for fs::copy.