Function nix::dirent::fdopendir[][src]

pub fn fdopendir(fd: RawFd) -> Result<DirectoryStream>

Returns directory stream corresponding to the open file descriptor fd

After a successful call to this function, fd is used internally by the implementation, and should not otherwise be used by the application