[go: up one dir, main page]

[][src]Function fs_err::copy

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

Wrapper for fs::copy.