Function rustix::mount::fsconfig_set_path
source · pub fn fsconfig_set_path<Key: Arg, Path: Arg>(
fs_fd: BorrowedFd<'_>,
key: Key,
path: Path,
fd: BorrowedFd<'_>,
) -> Result<()>
Available on crate feature
mount
only.