devela::_dep::rustix::mount

Function fspick

pub fn fspick<Path>(
    dfd: BorrowedFd<'_>,
    path: Path,
    flags: FsPickFlags,
) -> Result<OwnedFd, Errno> 
where Path: Arg,
Available on crate feature dep_rustix only.
Expand description

fspick(dfd, path, flags)

§References