rustix
0.38.39
In rustix::backend::pipe::syscalls
Function
rustix
::
backend
::
pipe
::
syscalls
::
pipe_with
Copy item path
source
ยท
[
−
]
pub(crate) fn pipe_with(flags:
PipeFlags
) ->
Result
<(
OwnedFd
,
OwnedFd
)>