Function rustix::backend::fs::syscalls::futimens

source ยท
pub(crate) fn futimens(fd: BorrowedFd<'_>, times: &Timestamps) -> Result<()>