[go: up one dir, main page]

Function rustix::mount::fspick

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

fspick(dfd, path, flags)

§References