Function fs_err::copy

source · []
pub fn copy<P, Q>(from: P, to: Q) -> Result<u64>where
    P: AsRef<Path>,
    Q: AsRef<Path>,
Expand description

Wrapper for fs::copy.