pub async fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> Result<()>
An async version of std::fs::rename.
std::fs::rename