Function rustix::process::fchdir[][src]

pub fn fchdir<Fd: AsFd>(fd: Fd) -> Result<()>
Expand description

fchdir(fd)—Change the working directory.

References