pub fn rename(from: &Path, to: &Path) -> Result<()>
Rename one entry.
Returns a contextual error with both paths when the rename fails.