Function rsix::process::fchdir[][src]

pub fn fchdir<Fd: AsFd>(fd: Fd) -> Result<()>
This is supported on non-Fuchsia only.
Expand description

fchdir(fd)—Change the working directory.

References