[go: up one dir, main page]

[][src]Function fs_err::rename

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

Wrapper for fs::rename.