pub async fn rename( dir: &DirectoryProxy, src: &str, dst: &str, ) -> Result<(), RenameError>
Rename src to dst under the given directory, src and dst may contain “/”.
src
dst