Function open_tree
pub fn open_tree<Path>(
dfd: BorrowedFd<'_>,
filename: Path,
flags: OpenTreeFlags,
) -> Result<OwnedFd, Errno> ⓘwhere
Path: Arg,
Available on crate feature
dep_rustix
only.pub fn open_tree<Path>(
dfd: BorrowedFd<'_>,
filename: Path,
flags: OpenTreeFlags,
) -> Result<OwnedFd, Errno> ⓘwhere
Path: Arg,
dep_rustix
only.