open_dir

Function open_dir 

Source
pub fn open_dir(
    dirfd: impl AsFd,
    name: impl AsRef<Path> + Debug,
) -> Result<OwnedFd>
Expand description

Wrapper around [rustix::fs::openat]