Function renameat_with
pub fn renameat_with<P, Q, PFd, QFd>(
old_dirfd: PFd,
old_path: P,
new_dirfd: QFd,
new_path: Q,
flags: RenameFlags,
) -> Result<(), Errno> ⓘ
Available on crate feature
dep_rustix
only.pub fn renameat_with<P, Q, PFd, QFd>(
old_dirfd: PFd,
old_path: P,
new_dirfd: QFd,
new_path: Q,
flags: RenameFlags,
) -> Result<(), Errno> ⓘ
dep_rustix
only.