Function rustix::backend::pipe::syscalls::pipe_with

source ยท
pub(crate) fn pipe_with(flags: PipeFlags) -> Result<(OwnedFd, OwnedFd)>