rustix::backend::pipe::syscalls

Function pipe_with

Source
pub(crate) fn pipe_with(flags: PipeFlags) -> Result<(OwnedFd, OwnedFd)>