Function fsconfig_set_path
pub fn fsconfig_set_path<Key, Path>(
fs_fd: BorrowedFd<'_>,
key: Key,
path: Path,
fd: BorrowedFd<'_>,
) -> Result<(), Errno> ⓘ
Available on crate feature
dep_rustix
only.pub fn fsconfig_set_path<Key, Path>(
fs_fd: BorrowedFd<'_>,
key: Key,
path: Path,
fd: BorrowedFd<'_>,
) -> Result<(), Errno> ⓘ
dep_rustix
only.