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